Sandbox Env MCP for Grok
io.github.hs3434/sandbox-env-mcp
Persistent Docker/SSH sandbox for AI agents: shell exec, file ops, audit log.
client:Grok
transport:stdio
runtime:pypi
Install Sandbox Env MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sandbox-env-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sandbox-env-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs