Loading languages...
TB

TBXark/mcp-proxy

@TBXark418

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

proxy
mcp-server
aggregate

# mcpServer Config

{
  "github": {
    "command": "npx",
    "args": [
      "-y",
      "@modelcontextprotocol/server-github"
    ],
    "env": {
      "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
    },
    "options": {
      "toolFilter": {
        "mode": "block",
        "list": [
          "create_or_update_file"
        ]
      }
    }
  },
  "fetch": {
    "command": "uvx",
    "args": [
      "mcp-server-fetch"
    ],
    "options": {
      "panicIfInvalid": true,
      "logEnabled": false,
      "authTokens": [
        "SpecificTokens"
      ]
    }
  },
  "amap": {
    "url": "https://mcp.amap.com/sse?key=<YOUR_TOKEN>"
  }
}
Transport:
sse
streamable
Sprache:
Go
Erstellt:3/27/2025
Aktualisiert:8/4/2025