Skip to content
Zed

searoute for Zed

io.github.mayurrawte/searoute

Real shortest sea routes between ports: distance, canals/straits, GeoJSON. UN/LOCODE aware.

client:Zed transport:stdio runtime:npm

Install searoute in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "searoute": {
      "command": "npx",
      "args": [
        "-y",
        "@searoute-ts/mcp"
      ]
    }
  }
}

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

searoute in other clients