codebox-ai
If you are the rightful owner of codebox-ai and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CodeBox-AI is a secure Python code execution service that provides a self-hosted alternative to OpenAI's Code Interpreter or Anthropic's Claude analysis tool.
CodeBox-AI is a secure Python code execution service designed to offer a self-hosted alternative to popular code interpreters like OpenAI's Code Interpreter and Anthropic's Claude analysis tool. Built using FastAPI and IPython kernels, it supports session-based code execution and integrates seamlessly with LLM function calling. The service is containerized using Docker, ensuring isolated environments for each session, and includes features like dynamic package installation, state persistence, and code security validation. CodeBox-AI also supports the Model Context Protocol (MCP), allowing for standardized interaction with LLM applications. It is designed for developers seeking a secure, flexible, and self-hosted solution for executing Python code.
Features
- Session-based Python code execution in Docker containers
- IPython kernel for rich output support
- Dynamic package installation with security controls
- State persistence between executions
- Code security validation and protection against dangerous operations