Skip to content
Cursor

SandboxAPI for Cursor

io.github.michielderuiter/sandboxapi-mcp

Execute code in 8 languages (Python, JS, TS, Go, Java, C++, C, Bash) in gVisor sandboxes.

client:Cursor transport:streamable-http

Install SandboxAPI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sandboxapi-mcp": {
      "url": "https://mcp.sandboxapi.dev/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SandboxAPI in other clients