Skip to content
Grok

komnet for Grok

io.github.komdosh/komnet

Lets AI coding agents coordinate asynchronously through a private git repository. No server.

client:Grok transport:stdio runtime:npm

Install komnet in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "komnet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "komnet"
      ]
    }
  }
}

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

komnet in other clients