packages/mcp/README.md
Catalog
MCP Funnel
Officialby chris-schra · TypeScript
MCP proxy that aggregates multiple servers with tool filtering and customization
MCP proxy that aggregates multiple servers with tool filtering and customization.
Install
Configuration
Environment variables
MCP_FUNNEL_CONFIGAlternative way to specify config file path
Arguments
config_pathclaude_desktop_config.json
{
"mcpServers": {
"mcp-funnel": {
"command": "npx",
"args": [
"-y",
"mcp-funnel@0.0.6",
"<YOUR_VALUE>"
],
"env": {
"MCP_FUNNEL_CONFIG": "<YOUR_MCP_FUNNEL_CONFIG>"
}
}
}
}