GitHub for Cursor
io.github.abhishekkumar2021/github
GitHub via MCP: search, repos, issues, PRs, files, notifications. OAuth device flow or token.
client:Cursor
transport:stdio
runtime:npm
Install GitHub in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"github": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@abhishekmcp/github"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITHUB_CLIENT_ID": "<GITHUB_CLIENT_ID>",
"GITHUB_READONLY": "<GITHUB_READONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs