Skip to content
Grok

koment for Grok

io.github.koment-dev/koment

Read and write checked code rationale stored outside source comments.

client:Grok transport:stdio runtime:oci

Install koment in Grok

.mcp.json (in your project root)

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

koment in other clients