mcp-filter-proxy

UnitVectorY-Labs/mcp-filter-proxy
★ 0 stars Go Memory/Knowledge Updated today
An MCP server that proxies requests to a remote MCP server while supporting tool filtering and auth header injection.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-filter-proxy": {
      "command": "go",
      "args": [
        "run",
        "github.com/UnitVectorY-Labs/mcp-filter-proxy@latest"
      ]
    }
  }
}

README Excerpt

An MCP server that proxies requests to a remote MCP server while supporting tool filtering and auth header injection. Start with [docs/README.md](docs/README.md); detailed command documentation is in [docs/USAGE.md](docs/USAGE.md).