Skip to content
Grok

orion for Grok

io.github.goplasmatic/orion

Build and operate declarative REST/Kafka services on Orion: 58 tools over the full admin API.

client:Grok transport:stdio runtime:oci

Install orion in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "orion": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/goplasmatic/orion-cli:1.1.0"
      ],
      "env": {
        "ORION_SERVER_URL": "<ORION_SERVER_URL>",
        "ORION_API_KEY": "<ORION_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

orion in other clients