SandBase Harness for Grok
io.github.sandbaseai/sandbase-harness
Stdio MCP bridge for SandBase Harness agents, sessions, turns, artifacts, and cancellation.
client:Grok
transport:stdio
runtime:oci
Install SandBase Harness in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sandbase-harness": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.8"
],
"env": {
"MANAGED_AGENTS_URL": "<MANAGED_AGENTS_URL>",
"MANAGED_AGENTS_API_KEY": "<MANAGED_AGENTS_API_KEY>"
}
}
}
}
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