via “transparent mcp protocol proxying with multi-server aggregation”
** - Open-source local app that enables access to multiple MCP servers and thousands of tools with intelligent discovery via MCP protocol, runs servers in isolated environments, and features automatic quarantine protection against malicious tools.
Unique: Implements transparent MCP protocol proxying with support for three distinct routing modes (retrieve_tools, direct, code_execution) managed through internal/server/mcp_routing.go. Uses mark3labs/mcp-go for protocol compliance rather than custom parsing, ensuring compatibility with MCP spec updates.
vs others: Provides transparent multi-server aggregation without requiring agent-side changes, unlike solutions that require agents to manage individual server connections or custom routing logic.