MCP Directory
Back

mcp-proxy

by tbxark · Go · ★ 703

An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.

#claude#mcp#mcp-client#mcp-server#modelcontextprotocol

Install

go install github.com/tbxark/mcp-proxy@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "github:tbxark/mcp-proxy"
      ]
    }
  }
}

From the README

An MCP proxy that aggregates multiple MCP servers behind a single HTTP entrypoint. - Proxy multiple MCP clients: aggregate tools, prompts, and resources from many servers. - SSE and streamable HTTP: serve via Server‑Sent Events or streamable HTTP. - Flexible config: supports , , and client types. - Configuration: [docs/configuration.md](docs/CONFIGURATION.md) - Usage: [docs/usage.md](docs/USAGE.md) - Deployment: [docs/deployment.md](docs/DEPLOYMENT.md) - Claude config converter: https://tbxark.github.io/mcp-proxy The image includes support for launching MCP servers via and . More deploym…
Read full README on GitHub →

Related other servers