Odel
repotector

repotector

Local
@dir-aiJavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrepotectorv1.6.0

Run

npx -y repotector

MCP client config

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