io.github.chris-schra/mcp-funnel✓
io.github.chris-schra/mcp-funnel · v0.0.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.chris-schra/mcp-funnel",
"description": "MCP proxy that aggregates multiple servers with tool filtering and customization",
"repository": {
"url": "https://github.com/chris-schra/mcp-funnel",
"source": "github",
"id": "1055597409",
"subfolder": "packages/mcp"
},
"version": "0.0.7",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}