geolocation mcp for Zed
io.github.7mza/geolocation-mcp
An MCP server that provides fast and up-to-date IP geolocation data.
client:Zed
transport:stdio
runtime:oci
Install geolocation mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"geolocation-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"7mza/geolocation-mcp:0.0.1"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs