mcp-tool-flow

rdmilly/mcp-tool-flow
★ 1 stars JavaScript 🤖 AI/LLM Updated 2mo ago
Complete MCP Tool Flow Architecture - OAuth Gateway, Semantic Tool Filter, Name Bridge, Context Forge aggregation. 95% token reduction for Claude.ai integration.
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": {
    "mcp-tool-flow": {
      "command": "npx",
      "args": [
        "-y",
        "rdmilly/mcp-tool-flow"
      ]
    }
  }
}