vesselapi mcp for Zed
io.github.vessel-api/vesselapi-mcp
MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data
client:Zed
transport:stdio
runtime:npm
Install vesselapi mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vesselapi-mcp": {
"command": "npx",
"args": [
"-y",
"vesselapi-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs