Cloud Infrastructure
Trust: 25/100 (Limited)Tool Filter MCP Guide
MCP proxy server that filters tools from upstream MCP servers via regex-based deny list
Quick Start
Install
npx @respawn-app/tool-filter-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-respawn-app-tool-filter-mcp": {
"command": "npx",
"args": [
"@respawn-app/tool-filter-mcp"
]
}
}
}