Prove and verify multi-repo claims at Git HEAD: path, line, full SHA, no index.
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).
Run
npx -y gitpin
MCP client config
{
"mcpServers": {
"gitpin": {
"command": "npx",
"args": [
"-y",
"gitpin"
]
}
}
}