code-mode

universal-tool-calling-protocol/code-mode
★ 1,370 stars Python 💻 Code/Dev Tools Updated 1mo ago
🔌 Plug-and-play library to enable agents to call MCP and UTCP tools via code execution.
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": {
    "code-mode": {
      "command": "uvx",
      "args": [
        "code-mode"
      ]
    }
  }
}

Or install with pip: pip install code-mode

Topics

ai-agentscodemodemcpmodel-context-protocoltoolchainutcp