github stats for VS Code
io.github.ryudi84/github-stats
MCP server for GitHub repo stats: stars, forks, contributors, activity.
client:VS Code
transport:stdio
runtime:npm
Install github stats in VS Code
.vscode/mcp.json
{
"servers": {
"github-stats": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sovereign-github-stats-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs