About Server
Server is an MCP server published by sandboxrunner in the Developer Tools category: an MCP server that provides isolated sandbox environments for executing code in multiple programming languages. Built for AI assistants and developers who need secure, containerized code execution. It has been installed 0 times through Conduid.
The repository has 1 stars and 0 forks, with the last commit 11 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Server
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
SandboxRunner

Multi-language MCP (Model Context Protocol) server providing isolated sandbox environments for secure code execution. Uses runc/OCI containers for process isolation and supports Python, JavaScript/TypeScript, Go, Rust, Java, C++, C#, and Shell.
Features
- Secure containerized code execution with runc/OCI
- Multi-language support with language-specific handlers
- Resource monitoring and limits (CPU, memory, disk)
- SQLite-based persistence for sandbox state
- MCP protocol over stdio or HTTP/WebSocket
- Configurable security policies and audit logging
Quick Start
Build and run:
make build
make run
Generate configuration:
make config
Run tests:
make test
Documentation
- Getting Started - Setup and basic usage
- API Documentation - Tool reference
- Guides - Usage guides and tutorials
- Languages - Language-specific capabilities
- Production Deployment - Deployment guide
- Operations Runbook - Operations and monitoring
Configuration
Server configuration is managed through config/mcp-sandboxd.yaml. See Getting Started for configuration options.
Requirements
- Go 1.24+
- runc container runtime
- Linux with container support
License
MIT
README mirrored from the source repository 3 months ago. The original is authoritative.