
Codebox RMCP
Supports UIby factruesolin
Remote Python code execution service built with Rust and MCP.
What it does\nProvides a remote environment for executing Python code via the Model Context Protocol. Built with Rust for performance and security, it uses uv run to execute code in a temporary environment and returns structured results (stdout, stderr, exit code).\n\n## Tools\n- run_python: Executes a provided Python code string and returns the execution output.\n\n## Installation\nDeploy via Docker or run locally with Cargo. Configure your claude_desktop_config.json to point to the HTTP endpoint (requires a compatible HTTP/SSE MCP client) or use a wrapper.\n\nExample configuration for an HTTP-capable client:\njson\n{\n "mcpServers": {\n "codebox": {\n "url": "http://localhost:18081/mcp"\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
cargo runInformation
- Pricing
- free
- Published
- 4/23/2026
- stars






