Skip to content
Gemini CLI

tides mcp for Gemini CLI

io.github.mrfentmen/tides-mcp

Use this MCP server to NOAA tides and currents predictions and water levels. Tools include get...

client:Gemini CLI transport:stdio runtime:npm

Install tides mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "tides-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tides-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

tides mcp in other clients