github stats for Cursor
io.github.ryudi84/github-stats
MCP server for GitHub repo stats: stars, forks, contributors, activity.
client:Cursor
transport:stdio
runtime:npm
Install github stats in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"github-stats": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sovereign-github-stats-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs