Skip to content
Cursor

geolint for Cursor

io.github.iliasabk/geolint

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

client:Cursor transport:stdio runtime:npm

Install geolint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

geolint in other clients