oriel for Grok
io.github.paradoxinfinite/oriel
Safety-gated AI control of Docker and Colima: containers, images, volumes, networks, Compose.
client:Grok
transport:stdio
runtime:oci
Install oriel in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"oriel": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/paradoxinfinite/oriel:0.7.0"
]
}
}
}
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