Skip to content
Grok

Rankrat for Grok

io.github.psyb0t/rankrat

Self-hosted MCP for owned-site SEO, search analytics, indexing, monitoring, and safe remediation.

client:Grok transport:stdio runtime:oci

Install Rankrat in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "rankrat": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/rankrat:v0.20.0"
      ]
    }
  }
}

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

Rankrat in other clients