Skip to content
Zed

GeoLens for Zed

io.github.geolens-io/geolens

Read-only access to a self-hosted GeoLens spatial catalog: datasets, features, maps, sandboxed SQL.

client:Zed transport:stdio runtime:pypi

Install GeoLens in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "geolens": {
      "command": "uvx",
      "args": [
        "geolens-mcp"
      ],
      "env": {
        "GEOLENS_INSTANCE": "<GEOLENS_INSTANCE>",
        "GEOLENS_API_KEY": "<GEOLENS_API_KEY>",
        "GEOLENS_TOKEN": "<GEOLENS_TOKEN>"
      }
    }
  }
}

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

GeoLens in other clients