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
Intermediate
Estimated 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