cmcp

assimelha/cmcp
★ 29 stars Rust 💻 Code/Dev Tools Updated 1mo ago
Code Mode MCP — aggregate all your MCP servers behind search() + execute()
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cmcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cmcp"
      ]
    }
  }
}