multi-server-mcp-agent

TanvirIslam-BD/multi-server-mcp-agent
★ 0 stars Python Memory/Knowledge Updated today
A LangGraph ReAct agent that connects to multiple MCP servers (Context7 + Met Museum) over HTTP and STDIO transports — with conversation memory and a CLI chat interface.
View on GitHub → Try with Claude — $10 free →

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