Skip to content
Zed

ip geo mcp for Zed

io.github.mrfentmen/ip-geo-mcp

Geolocate an IP address: country, region, city, and ISP. No key required.

client:Zed transport:stdio runtime:npm

Install ip geo mcp in Zed

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

{
  "context_servers": {
    "ip-geo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ip-geo-mcp"
      ]
    }
  }
}

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

ip geo mcp in other clients