Skip to content
VS Code

repovine for VS Code

io.github.legann/repovine

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

client:VS Code transport:stdio runtime:npm

Install repovine in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

repovine in other clients