Skip to content
Grok

git leaderboard for Grok

io.github.hrvoje0099/git-leaderboard

Official MCP server for Git Leaderboard rankings, profiles, streaks, and user comparisons.

client:Grok transport:stdio runtime:npm

Install git leaderboard in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "git-leaderboard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gitleaderboard/mcp-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

git leaderboard in other clients