Skip to content
Cursor

repovine for Cursor

io.github.legann/repovine

Checkout-local repository context graph over MCP; `npx repovine setup` wires skills, agents, hooks.

client:Cursor transport:stdio runtime:npm

Install repovine in Cursor

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

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

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

repovine in other clients