Back to Apps

Codebox RMCP
Supports UIby factruesolin
Remote Python code execution service built with Rust and MCP.
0 stars
Works in:claude
Exposes:Tools
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
Choose your AI client and follow the steps below.
Claude Desktop
Configure as an HTTP MCP server pointing to http://localhost:18081/mcp with a Bearer Token.





