mcp github for Cursor
io.github.infoinlet-marketplace/mcp-github
GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.
client:Cursor
transport:stdio
runtime:npm
Install mcp github in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-github": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-github"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs