tomconte/codebox-ai
A secure Python code execution service designed to integrate with LLMs like GPT and Claude, providing a self-hosted alternative to OpenAI's Code Interpreter. Now with MCP server.
Platform-specific configuration:
{
"mcpServers": {
"codebox-ai": {
"command": "npx",
"args": [
"-y",
"codebox-ai"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...