Skip to content
Grok

fake star audit for Grok

io.github.ardev-lab/fake-star-audit

Transparent rule-based GitHub fake-star detector — LOW/MEDIUM/HIGH with per-rule evidence.

client:Grok transport:stdio runtime:pypi

Install fake star audit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "fake-star-audit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fake-star-audit"
      ]
    }
  }
}

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

fake star audit in other clients