MCP-server-for-multi-agent-context

MaxVogel253/MCP-server-for-multi-agent-context
★ 0 stars Python AI/LLM Updated 4d ago
I made this so that I could utilize different agents with the same context that were in separate folders.
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": {
    "mcp-server-for-multi": {
      "command": "uvx",
      "args": [
        "mcp-server-for-multi-agent-context"
      ]
    }
  }
}

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