Skip to content
Cursor

Ovellum for Cursor

io.github.oinam/ovellum

Auto, manual, or hybrid docs that never fall out of sync.

client:Cursor transport:stdio runtime:npm

Install Ovellum in Cursor

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

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

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

Ovellum in other clients