Skip to content
Zed

geolocation mcp for Zed

io.github.wtronk/geolocation-mcp

Geolocation tools (reverse geocoding, ip lookup, etc) using Jeleo Geolocation API

client:Zed transport:stdio runtime:oci

Install geolocation mcp 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": {
    "geolocation-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wtronk/geolocation-mcp:v1.0.0"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>",
        "JELEO_API_URL": "<JELEO_API_URL>"
      }
    }
  }
}

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

geolocation mcp in other clients