Skip to content
VS Code

wems for VS Code

io.github.heliosarchitect/wems

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

client:VS Code transport:stdio runtime:pypi

Install wems in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wems in other clients