Skip to content
Grok

github stats for Grok

io.github.ryudi84/github-stats

MCP server for GitHub repo stats: stars, forks, contributors, activity.

client:Grok transport:stdio runtime:npm

Install github stats in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "github-stats": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sovereign-github-stats-mcp"
      ]
    }
  }
}

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

github stats in other clients