multi-server-mcp-agent

bijitkp/multi-server-mcp-agent
★ 0 stars Python AI/LLM Updated 1d ago
TO build MCP server and a LangGraph agent that uses it. The agent will connect to three MCP servers at the same time. One internal and two public.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "multi-server-mcp-age": {
      "command": "uvx",
      "args": [
        "multi-server-mcp-agent"
      ]
    }
  }
}

Or install with pip: pip install multi-server-mcp-agent