geolocation db mcp for Zed
io.github.mrfentmen/geolocation-db-mcp
Geolocation for an IP address from Geolocation DB. No key required.
client:Zed
transport:stdio
runtime:npm
Install geolocation db mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"geolocation-db-mcp": {
"command": "npx",
"args": [
"-y",
"geolocation-db-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs