Tool Filter MCP for Zed
io.github.respawn-app/tool-filter-mcp
MCP proxy server that filters tools from upstream MCP servers via regex-based deny list
client:Zed
transport:stdio
runtime:npm
Install Tool Filter MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tool-filter-mcp": {
"command": "npx",
"args": [
"-y",
"@respawn-app/tool-filter-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs