github project info for Cursor
io.github.shubhtoy/github-project-info
Read public GitHub Projects v2 boards without auth — items, fields, story points, priority.
client:Cursor
transport:stdio
runtime:npm
Install github project info in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"github-project-info": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github-project-info-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs