Skip to content
VS Code

repotector for VS Code

io.github.dir-ai/repotector

The repo guardian AI agents handshake with before they touch your code.

client:VS Code transport:stdio runtime:npm

Install repotector in VS Code

.vscode/mcp.json

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

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

repotector in other clients