Skip to content
Grok

coda for Grok

io.github.nkpar/coda

Interact with Coda.io documents, tables, and rows via the Coda API

client:Grok transport:stdio runtime:oci

Install coda 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": {
    "coda": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nkpar/coda-mcp:0.2.1"
      ],
      "env": {
        "CODA_API_TOKEN": "<CODA_API_TOKEN>"
      }
    }
  }
}

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

coda in other clients