Skip to content

opencage geocoding for Zed

com.mcparmory/opencage-geocoding

Convert addresses to coordinates and reverse-geocode locations worldwide

client:Zed transport:stdio runtime:pypi

Install opencage geocoding in Zed

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

{
  "context_servers": {
    "opencage-geocoding": {
      "command": "uvx",
      "args": [
        "mcparmory-opencage-geocoding"
      ]
    }
  }
}

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

opencage geocoding in other clients