MCP Server
MCP
io.github.chris-schra/mcp-funnel
MCP proxy that aggregates multiple servers with tool filtering and customization
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
By
Comments
Sign in to leave a comment