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
{
"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