← Back to MCP Multi-Language Sandbox
Install MCP Multi-Language Sandbox
Pick your client, copy the command, done.
Manual setup required. The maintainer's config contains paths only you know - edit the placeholders below before adding it to Claude Code.
1
Prepare the server locally
Run this once before adding it to Claude Code.
git clone https://github.com/Pit-CL/mcp-multilang-sandbox.git
cd mcp-multilang-sandbox
npm install
npm run build2
Register it in Claude Code
claude mcp add mcp-multilang-sandbox -- node /path/to/mcp-multilang-sandbox/dist/mcp/server.jsReplace any placeholder paths in the command with the real path on your machine.
Environment Variables
Set these before running MCP Multi-Language Sandbox.
VariableDescriptionRequired
LOG_LEVELSets the logging verbosity (e.g., info, debug)NoAvailable Tools (6)
Once configured, MCP Multi-Language Sandbox gives your AI agent access to:
sandbox_executeExecute code in any supported languagelanguagecodesessionmlsandbox_sessionCreate/list/pause/resume/destroy sessionsactionnamelanguagesandbox_installInstall packages with cachingsessionpackagessandbox_file_opsRead/write/list/delete files in sessionssessionoperationpathcontentsandbox_inspectView system stats (pool, cache, sessions)targetsandbox_securityView audit logs and security eventsactionTry It Out
After setup, try these prompts with your AI agent:
→Execute a Python script to calculate the first 50 Fibonacci numbers.
→Create a new session named 'data-analysis' and install the pandas library.
→Write a TypeScript snippet to a file named 'test.ts' inside the 'data-analysis' session.
→Run a security audit to check the current status of the sandbox containers.
→Execute a Rust program that prints 'Hello from Rust' within a persistent session.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
Keep this setup from going cold
Save the docs, env vars, and workflow around MCP Multi-Language Sandbox in Conare so Claude Code, Codex, and Cursor remember it next time.