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
{
"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