Skip to content
Cursor

repotector for Cursor

io.github.dir-ai/repotector

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

client:Cursor transport:stdio runtime:npm

Install repotector in Cursor

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

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

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

repotector in other clients