tides mcp for Zed
io.github.mrfentmen/tides-mcp
Use this MCP server to NOAA tides and currents predictions and water levels. Tools include get...
client:Zed
transport:stdio
runtime:npm
Install tides mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tides-mcp": {
"command": "npx",
"args": [
"-y",
"tides-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs