Consolidate multiple Model Context Protocol servers into a simplified gateway, presenting them as two unified tools.
Mcpx acts as a self-hosted Code Mode gateway that dramatically reduces context token consumption for AI agents interacting with numerous tools. Instead of exposing hundreds of individual tool schemas, it aggregates all connected MCP servers and presents them as just two primary tools: 'search' for discovering capabilities and 'execute' for running agent-generated JavaScript code. This code is executed securely within isolated V8 runtimes, offering deny-by-default permissions, ensuring that backend credentials remain protected, and providing a significant efficiency boost for AI-driven workflows. It supports both solo developer setups via stdio and team deployments over HTTP, allowing centralized management of tools and credentials.
