Tool Filter MCP for Cursor
io.github.respawn-app/tool-filter-mcp
MCP proxy server that filters tools from upstream MCP servers via regex-based deny list
client:Cursor
transport:stdio
runtime:npm
Install Tool Filter MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tool-filter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@respawn-app/tool-filter-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs