Vessel Traffic MCP for Zed
io.github.tools-mcp/vessel-traffic-mcp
Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers.
client:Zed
transport:stdio
runtime:npm
Install Vessel Traffic MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs