searoute for Cursor
io.github.mayurrawte/searoute
Real shortest sea routes between ports: distance, canals/straits, GeoJSON. UN/LOCODE aware.
client:Cursor
transport:stdio
runtime:npm
Install searoute in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"searoute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@searoute-ts/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs