mcp-server

hostatlas-app/mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated 14d ago
MCP server for HostAtlas infrastructure monitoring. 22 tools for managing servers, alerts, incidents, domains, backups, and attack mode. 3 resources for real-time context. Works with Claude Code, Cursor, Windsurf. Auto-config from CLI login
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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