redalert-mcp-server

ozba/redalert-mcp-server
★ 6 stars TypeScript 🔍 Search Updated 10d ago
MCP server for Israel's RedAlert emergency alert system - real-time alerts, statistics, shelter search, and city data
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "redalert-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ozba/redalert-mcp-server"
      ]
    }
  }
}