mcp-local-router

kaichen/mcp-local-router
★ 20 stars Rust 🧠 Memory/Knowledge Updated 26d ago
An MCP (Model Context Protocol) local router that serves as an aggregation proxy for MCP servers.
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-local-router": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-local-router"
      ]
    }
  }
}