grandline mcp for Zed
io.github.dmsnavin/grandline-mcp
Empirical maritime distances from real AIS tracks: 4 route variants, port lookup, bulk matrix
client:Zed
transport:stdio
runtime:pypi
Install grandline mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"grandline-mcp": {
"command": "uvx",
"args": [
"grandline-mcp"
],
"env": {
"GRANDLINE_API_KEY": "<GRANDLINE_API_KEY>",
"GRANDLINE_API_URL": "<GRANDLINE_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs