Back to Apps

cmcp
Supports UIby assimelha
Aggregate all your MCP servers behind a single proxy with search() and execute() tools for cleaner AI context.
0 stars
Works in:Codex
Exposes:Tools
What it does
cmcp (Code Mode MCP) acts as a proxy that aggregates multiple MCP servers into a single interface. Instead of bloating an AI agent's context with hundreds of tool definitions, it provides just two powerful tools: search() and execute(). The agent writes TypeScript code to discover and call tools across all connected servers, drastically reducing token usage and preventing context flooding.
Tools
search(): Discover tools across connected servers by writing TypeScript filter code.execute(): Call tools across any server using typed async TypeScript code.
Installation
Install via Cargo:
cargo install --path .
Add to claude_desktop_config.json:
{
"mcpServers": {
"code-mode-mcp": {
"command": "cmcp",
"args": ["serve"]
}
}
}
Supported hosts
Claude, Codex
Quick install
cargo install --path .Information
- Pricing
- free
- Published
- 5/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
codex mcp add code-mode-mcp -- cmcp serveClaude Desktop
{
"mcpServers": {
"code-mode-mcp": {
"command": "cmcp",
"args": ["serve"]
}
}
}





