
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@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. |
Run the server through npx:
npx -y @gitleaderboard/mcp-server
The package exposes the CLI entrypoint mcp-git-leaderboard, but in most MCP clients npx -y @gitleaderboard/mcp-server is the simplest setup.
Add this to claude_desktop_config.json:
{
"mcpServers": {
"git-leaderboard": {
"command": "npx",
"args": ["-y", "@gitleaderboard/mcp-server"]
}
}
}
claude mcp add git-leaderboard -- npx -y @gitleaderboard/mcp-server
Add this to .vscode/settings.json:
{
"mcp": {
"servers": {
"git-leaderboard": {
"command": "npx",
"args": ["-y", "@gitleaderboard/mcp-server"]
}
}
}
}
Add this to your MCP settings:
{
"mcpServers": {
"git-leaderboard": {
"command": "npx",
"args": ["-y", "@gitleaderboard/mcp-server"]
}
}
}
Add this to your MCP settings:
{
"mcpServers": {
"git-leaderboard": {
"command": "npx",
"args": ["-y", "@gitleaderboard/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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

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.