Vessel Traffic MCP for Windsurf
io.github.tools-mcp/vessel-traffic-mcp
Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers.
client:Windsurf
transport:stdio
runtime:npm
Install Vessel Traffic MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vessel-traffic-mcp": {
"command": "npx",
"args": [
"-y",
"@tools-mcp/vessel-traffic-mcp"
],
"env": {
"VESSEL_MCP_TRANSPORT": "<VESSEL_MCP_TRANSPORT>",
"VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS": "<VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs