Skip to content
Cursor

GitPin for Cursor

io.github.shmindmaster/gitpin

Prove and verify multi-repo claims at Git HEAD: path, line, full SHA, no index.

client:Cursor transport:stdio runtime:npm

Install GitPin in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gitpin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gitpin"
      ],
      "env": {
        "GITPIN_REGISTRY": "<GITPIN_REGISTRY>"
      }
    }
  }
}

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

GitPin in other clients