GitHubInsights for VS Code
io.github.therealmrfunguy/github-insights
GitHub repo analytics, trending repos, contributor stats, and language breakdowns.
client:VS Code
transport:sse
Install GitHubInsights in VS Code
.vscode/mcp.json
{
"servers": {
"github-insights": {
"type": "sse",
"url": "https://github.rjctdlabs.xyz/sse"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs