Skip to content
Grok

geolint for Grok

io.github.iliasabk/geolint

ESLint for AI search: audits AI-crawler access, llms.txt, schema and citability.

client:Grok transport:stdio runtime:npm

Install geolint in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "geolint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@iliasabk/geolint"
      ]
    }
  }
}

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

geolint in other clients