Code-Mode is a library that enables AI agents to execute code and call MCP and UTCP tools. It provides a Python interface for agents to run code snippets, manage dependencies, and handle execution environments. It connects to MCP and UTCP tools, allowing agents to perform tasks like data processing, API calls, and system operations. Developers use it to build agents that can execute code and interact with tools programmatically.
Code-Mode is a library that enables AI agents to execute code and call MCP and UTCP tools. It provides a Python interface for agents to run code snippets, manage dependencies, and handle execution environments. It connects to MCP and UTCP tools, allowing agents to perform tasks like data processing, API calls, and system operations. Developers use it to build agents that can execute code and interact with tools programmatically.
pip install code-modeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"universal-tool-calling-protocol-code-mode-github": {
"command": "uvx",
"args": [
"pip install code-mode"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from code mode?"
API Key Required
This server requires an API key from code mode. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CODE_MODE_API_KEY | Yes | Your code mode API key |
"What resources are available in code mode?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in code mode"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in code mode with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.