Skip to content
Cursor

docs for Cursor

io.github.rog0x/docs

JSDoc, README, changelog generation for AI agents

client:Cursor transport:stdio runtime:npm

Install docs in Cursor

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

{
  "mcpServers": {
    "docs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-docs-tools"
      ]
    }
  }
}

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

docs in other clients