Sandbox Env MCP for Cursor
io.github.hs3434/sandbox-env-mcp
Persistent Docker/SSH sandbox for AI agents: shell exec, file ops, audit log.
client:Cursor
transport:stdio
runtime:pypi
Install Sandbox Env MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sandbox-env-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sandbox-env-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs