Skip to content
Grok

gencodedoc for Grok

io.github.fkom13/gencodedoc

Versioning de code et génération de documentation intelligents. Supporte CLI, API REST, et MCP.

client:Grok transport:stdio runtime:pypi

Install gencodedoc in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gencodedoc": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gencodedoc"
      ]
    }
  }
}

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

gencodedoc in other clients