Code Sandbox icon

Code Sandbox

Provides a secure, Docker-based environment for executing code snippets in multiple programming languages.

关于

Code Sandbox is a robust, Docker-based server designed for securely executing code snippets across a wide array of programming languages. It leverages Alpine Linux for a minimal footprint and strong security, offering features like strict resource limits, ephemeral filesystems, and configurable network isolation. Implementing the Model Context Protocol (MCP), it provides stateful sessions for consistent code execution, making it ideal for environments requiring sandboxed code evaluation and multi-language support.

主要功能

  • Full Model Context Protocol (MCP) compliance
  • Automatic stateful session management per language
  • Supports 12 programming languages (Python, JavaScript, Ruby, Java, etc.)
  • 1 GitHub stars
  • Optimized Alpine Linux-based production image
  • Secure execution in Docker with strict resource limits

使用案例

  • Integrating with AI tools for interactive code execution and prototyping
  • Running code that requires temporary package installations or network access within a sandboxed container
  • Securely executing untrusted code snippets in an isolated environment