Skip to content
VS Code

searoute for VS Code

io.github.mayurrawte/searoute

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

client:VS Code transport:stdio runtime:npm

Install searoute in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

searoute in other clients