github for Cursor
com.mcparmory/github
Manage repositories, users, releases, and automate GitHub workflows
client:Cursor
transport:stdio
runtime:pypi
Install github in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"github": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-github"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs