Skip to content
Zed

geo tool check for Zed

io.github.shufflethis/geo-tool-check

Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.

client:Zed transport:stdio runtime:npm

Install geo tool check in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "geo-tool-check": {
      "command": "npx",
      "args": [
        "-y",
        "geo-tool-check"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

geo tool check in other clients