agenticSeek icon indicating copy to clipboard operation
agenticSeek copied to clipboard

Tools for arbitrary MCPs

Open Fosowl opened this issue 1 year ago • 3 comments

This task is about integration of a special MCP agent that could find and use arbitrary MCPs.

The MCP agent would be optional.

Fosowl avatar Apr 07 '25 17:04 Fosowl

https://smithery.ai/docs/registry -> list MCPs

Fosowl avatar Apr 14 '25 20:04 Fosowl

Looks forward to this feature and MCP Server would be the first-class tool in agentic-seek.

tobegit3hub avatar May 29 '25 01:05 tobegit3hub

  1. The Remote Server Approach: The Authentication Wall The Problem: In practice, my analysis showed that all the useful servers we tested are protected. They respond with 401 Unauthorized because they require an API key (Bearer Token) to function. The Economic Constraint: No one hosts powerful services for free. To obtain these API keys (for Exa, Browserbase, etc.), the agent's operator must create an account for each service, which often involves subscription costs. The Agent's Challenge: An autonomous agent must therefore possess a secure "keyring" and be able to know which key to use for which service. This is a complex credential management challenge.
  2. The Local Installation Approach: Maximum Control, High Complexity The Promise: To bypass third-party dependencies, the agent could learn to install and execute the tools itself (as is the case for "remote": false servers). The Problem: This task is extremely complex. The agent must act like a DevOps engineer: cloning repositories, building Docker containers, managing dependencies, and handling network configurations. To create a truly autonomous and adaptable agent,the best strategy, in the end, to specialize it in installing and consuming tools that it manages itself locally?

DeamonDev888 avatar Jun 20 '25 17:06 DeamonDev888