Skip to content
Grok

Onde Inference CLI for Grok

io.github.ondeinference/onde-cli

Manage your Onde Inference account and models: apps, model catalog, fine-tuned GGUF deploys.

client:Grok transport:stdio runtime:npm

Install Onde Inference CLI in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "onde-cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ondeinference/cli"
      ]
    }
  }
}

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

Onde Inference CLI in other clients