
MCPProxy
by smart-mcp-proxy
Intelligent proxy for AI agents featuring tool discovery, token savings, and security quarantine for MCP servers.
What it does
MCPProxy is a smart proxy layer that sits between your AI agent (like Cursor or Claude) and multiple MCP servers. It solves the 'tool limit' problem by federating hundreds of servers into a single endpoint and uses intelligent retrieval to only send relevant tool schemas to the LLM, drastically reducing token usage and improving response accuracy.
Tools
retrieve_tools: Dynamically discovers and returns the most relevant tools based on the agent's current need.upstream_servers: Manages, enables, disables, and restarts connected MCP servers.secrets: Securely stores and retrieves API keys using the OS-native keyring.
Installation
Add MCPProxy to your claude_desktop_config.json via a remote HTTP connection:
{
"mcpServers": {
"mcpproxy": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:8080/mcp"
]
}
}
}
Supported hosts
Supported clients include Claude Desktop, Cursor, VS Code Copilot, and Goose.
Quick install
go install github.com/smart-mcp-proxy/mcpproxy-go/cmd/mcpproxy@latestInformation
- Pricing
- free
- Published
- 5/1/2026
- stars






