gitcontribute for Cursor
io.github.morluto/gitcontribute
Local-first GitHub contribution research workbench
client:Cursor
transport:stdio
runtime:npm
Install gitcontribute in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gitcontribute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gitcontribute"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs