← Index

io.github.chris-schra/mcp-funnel

io.github.chris-schra/mcp-funnel·v0.0.7·Other
Quality Score
65
/100

MCP proxy that aggregates multiple servers with tool filtering and customization

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-funnel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-funnel"
      ],
      "env": {
        "MCP_FUNNEL_CONFIG": "<mcp_funnel_config>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-funnel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-funnel"
      ],
      "env": {
        "MCP_FUNNEL_CONFIG": "<mcp_funnel_config>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-funnel
§02  Environment variables
MCP_FUNNEL_CONFIG

Alternative way to specify config file path

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other