Skip to content
Cursor

gencodedoc for Cursor

io.github.fkom13/gencodedoc

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

client:Cursor transport:stdio runtime:pypi

Install gencodedoc in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gencodedoc in other clients