Skip to content
Cursor

stormglass mcp for Cursor

io.github.mrfentmen/stormglass-mcp

Stormglass marine weather, tides, elevation.

client:Cursor transport:stdio runtime:npm

Install stormglass mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "stormglass-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stormglass-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

stormglass mcp in other clients