git-a2a for Cursor
io.github.neprel/git-a2a
Git module dependencies and owning-agent routing for coding agents
client:Cursor
transport:stdio
runtime:npm
Install git-a2a in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"git-a2a": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"git-a2a"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs