mcpproxy-go
Smart MCP proxy with BM25 tool discovery, quarantine security, and ~99% token savings
MCPProxy allows users to federate multiple MCP servers, effectively bypassing limitations imposed by individual APIs. It significantly reduces token usage while improving response accuracy, making it a powerful tool for AI agents. Additionally, it offers advanced security measures, including automatic quarantine of potentially harmful servers, ensuring a safe environment for AI operations. The application is designed to work offline and is compatible across various platforms, including macOS, Windows, and Linux.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcpproxy-go": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcpproxy-go"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions