
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@gitleaderboard/mcp-server
Advanced tools
Official MCP server for Git Leaderboard rankings, profiles, streaks, and user comparisons.
Official MCP server for Git Leaderboard.
Use it from Claude, Cursor, VS Code, Windsurf, and other MCP-compatible clients to query public GitHub leaderboard data directly from your AI assistant.
| Tool | Description |
|---|---|
get_leaderboard | Returns global rankings by contributions, commits, issues, PRs, reviews, or impact score. Supports year and month filters. |
get_user_profile | Returns a user's full Git Leaderboard profile, including stats, achievements, streaks, league career, and rank. |
search_users | Searches Git Leaderboard users by GitHub username. |
compare_users | Compares two GitHub users side by side across rankings, achievements, and streaks. |
npx -y -p @gitleaderboard/mcp-server mcp-server
Add this to claude_desktop_config.json:
{
"mcpServers": {
"git-leaderboard": {
"command": "npx",
"args": ["-y", "-p", "@gitleaderboard/mcp-server", "mcp-server"]
}
}
}
claude mcp add git-leaderboard -- npx -y -p @gitleaderboard/mcp-server mcp-server
Add this to .vscode/settings.json:
{
"mcp": {
"servers": {
"git-leaderboard": {
"command": "npx",
"args": ["-y", "-p", "@gitleaderboard/mcp-server", "mcp-server"]
}
}
}
}
Add this to your MCP settings:
{
"mcpServers": {
"git-leaderboard": {
"command": "npx",
"args": ["-y", "-p", "@gitleaderboard/mcp-server", "mcp-server"]
}
}
}
Add this to your MCP settings:
{
"mcpServers": {
"git-leaderboard": {
"command": "npx",
"args": ["-y", "-p", "@gitleaderboard/mcp-server", "mcp-server"]
}
}
}
By default, the server queries the production Git Leaderboard backend.
Optional environment variables:
CONVEX_URL: Override the default backend URLThis server uses Git Leaderboard's public backend to expose read-only MCP tools. No API key is required for normal usage.
MIT
FAQs
Official MCP server for Git Leaderboard rankings, profiles, streaks, and user comparisons.
The npm package @gitleaderboard/mcp-server receives a total of 21 weekly downloads. As such, @gitleaderboard/mcp-server popularity was classified as not popular.
We found that @gitleaderboard/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.