GitHub Issue MCP for Cursor
io.github.sarim-aliii/github-issue-mcp
AI-powered MCP server for generating GitHub issues and detecting semantic duplicates.
client:Cursor
transport:stdio
runtime:npm
Install GitHub Issue MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"github-issue-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github-issue-mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITHUB_OWNER": "<GITHUB_OWNER>",
"GITHUB_REPO": "<GITHUB_REPO>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs