Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Vessel Traffic MCP in other clients