pare github for Cursor
io.github.dave-london/pare-github
Pare GitHub ג€” Structured GitHub operations (PRs, issues, actions) as typed JSON.
client:Cursor
transport:stdio
runtime:npm
Install pare github in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pare-github": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/github"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs