← Back to Plugins
MCP Server MCP

io.github.chris-schra/mcp-funnel

github By github 👁 1 views ▲ 0 votes

MCP proxy that aggregates multiple servers with tool filtering and customization

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-funnel",
      "version": "0.0.6",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "description": "Optional path to .mcp-funnel.json config file",
          "format": "filepath",
          "type": "positional",
          "valueHint": "config_path"
        }
      ],
      "environmentVariables": [
        {
          "description": "Alternative way to specify config file path",
          "format": "filepath",
          "name": "MCP_FUNNEL_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...