Skip to content
Zed

google maps for Zed

com.mcparmory/google-maps

Geocode addresses, calculate directions, and search places with maps and routing

client:Zed transport:stdio runtime:pypi

Install google maps in Zed

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

{
  "context_servers": {
    "google-maps": {
      "command": "uvx",
      "args": [
        "mcparmory-google-maps"
      ]
    }
  }
}

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

google maps in other clients