mcp funnel for Cursor
io.github.chris-schra/mcp-funnel
MCP proxy that aggregates multiple servers with tool filtering and customization
client:Cursor
transport:stdio
runtime:npm
Install mcp funnel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-funnel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-funnel"
],
"env": {
"MCP_FUNNEL_CONFIG": "<MCP_FUNNEL_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs