sandbox-mcp
A Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
GitHub Stars
76
User Rating
Not Rated
Favorites
0
Views
66
Forks
12
Issues
7
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Go: 1.24 or higher
Installation Steps
1. Download Binary
You can download the appropriate binary from the [Releases page](https://github.com/pottekkat/sandbox-mcp/releases).2. Install via Go
bash
go install github.com/pottekkat/sandbox-mcp/cmd/sandbox-mcp@latest
3. Get the path to the binary
bash
which sandbox-mcp
Troubleshooting
Issue: Server won't start Solution: Check Go version and reinstall dependencies.Additional Resources
Author Information
291
Followers
73
Repositories
60
Gists
0
Total Contributions
Related MCPs
openapi-mcp
68
openapi-mcp is a tool that quickly transforms OpenAPI 3.x specifications into a robust MCP tool server. It validates the API specification, generates MCP tools for each operation, and provides structured, machine-readable output through stdio or HTTP. This facilitates seamless integration with AI agents.