Tool Filter MCP for VS Code
io.github.respawn-app/tool-filter-mcp
MCP proxy server that filters tools from upstream MCP servers via regex-based deny list
client:VS Code
transport:stdio
runtime:npm
Install Tool Filter MCP in VS Code
.vscode/mcp.json
{
"servers": {
"tool-filter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@respawn-app/tool-filter-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs