toroidal-toolshed

OZmasterAI/toroidal-toolshed
★ 4 stars Python 🤖 AI/LLM Updated today
MCP proxy server that multiplexes multiple MCP backends through 2 tools. Works with any MCP-compatible client.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toroidal-toolshed": {
      "command": "uvx",
      "args": [
        "toroidal-toolshed"
      ]
    }
  }
}

Or install with pip: pip install toroidal-toolshed

README Excerpt

MCP proxy server that multiplexes multiple MCP backends through just 2 tools. MCP-powered agents load tool schemas into their context window on every turn. If you have 20+ tools across several MCP servers, that's thousands of tokens spent before the agent even starts thinking. As you add more servers, the cost grows linearly.

Tools (2)

httpstdio