Skip to content
Zed

apogeoapi mcp for Zed

com.apogeoapi/apogeoapi-mcp

Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates.

client:Zed transport:stdio runtime:npm

Install apogeoapi 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": {
    "apogeoapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@apogeoapi/mcp"
      ],
      "env": {
        "APOGEOAPI_KEY": "<APOGEOAPI_KEY>"
      }
    }
  }
}

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

apogeoapi mcp in other clients