Skip to content
Cursor

wems for Cursor

io.github.heliosarchitect/wems

Real-time natural hazard monitoring: earthquakes, tsunamis, volcanoes, solar weather, air quality

client:Cursor transport:stdio runtime:pypi

Install wems in Cursor

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

{
  "mcpServers": {
    "wems": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wems-mcp-server"
      ]
    }
  }
}

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

wems in other clients