Skip to content
Grok

termada for Grok

io.github.islomzoda/termada

Persistent, policy-controlled missions for AI agents operating local and SSH environments.

client:Grok transport:stdio runtime:oci

Install termada in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "termada": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/islomzoda/termada:0.12.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

termada in other clients