system-status
system-status
Agente de operaciones estilo Hermes: monitoriza Ubuntu / Docker / IP pública y envía alertas a 微信书。
Funciones
🐳 Monitorización de Docker: estado de los contenedores, número de reinicios, CPU/memoria, comprobaciones de salud
🖥️ Monitorización del sistema: CPU, memoria, disco, carga
🌐 Detección de deriva de IP pública: verificación de múltiples fuentes, alerta ante cambios
💬 Alertas de 飞书: tarjeta de texto enriquecido + @指定人
📊 Datos históricos en SQLite: cada muestra se guarda en la base de datos; por defecto se conservan 7 días
🖼️ Panel web: tablero en tiempo real + gráficos de tendencia + flujo de alertas
Solo tienes que abrir
http://localhost:8080/web/
🌐 Interfaz HTTP / MCP: para que la usen Hermes / clientes
GET /healthGET /api/docker/containersPOST /api/docker/restartGET /api/systemGET /api/ipGET /api/dashboardGET /api/history/system?minutes=60GET /api/history/ipGET /api/alerts/recentGET /mcp/tools
Related MCP server: 6amdev-server-mcp
Inicio rápido
1. Crear un bot de 飞书
Chat de grupo → Configuración → Robot de grupo → Añadir → Robot personalizado → Obtén el Webhook y el Secret.
2. Configurar las variables de entorno
cp .env.example .env
# 编辑 .env,填入飞书 webhook 和 secret3. Iniciar
docker compose up -d4. Verificar
curl http://localhost:8080/health
curl http://localhost:8080/api/docker/containers
curl http://localhost:8080/api/system
curl http://localhost:8080/api/ipInstrucciones de configuración
.env:
Variable | Obligatorio | Descripción |
| ✅ | Webhook del bot de 飞书 |
| ⭕ | Clave de verificación de firma |
| ⭕ | Teléfonos a @, separados por comas |
| ⭕ | Indicar si se @a todos |
| ⭕ | Intervalo de verificación (segundos), 60 por defecto |
| ⭕ | Puerto HTTP, 8080 por defecto |
Integración con Hermes
Hermes puede llamar directamente a estos puntos a través de HTTP MCP. Añade esto en la configuración de Hermes:
mcp_servers:
- name: system-status
type: http
base_url: http://localhost:8080
tools:
- name: list_containers
method: GET
path: /api/docker/containers
- name: system_health
method: GET
path: /api/system
- name: check_public_ip
method: GET
path: /api/ip
- name: restart_container
method: POST
path: /api/docker/restart
body_schema:
type: object
properties:
name: { type: string }Luego puedes decirle a Hermes:
"Lista todos los contenedores detenidos" "Reinicia mysql-01" "¿Cuál es la IP pública actual?" "¿Cómo está la salud del sistema?"
Estructura del proyecto
system-status/
├── src/
│ ├── index.ts # 入口
│ ├── config.ts # 配置加载
│ ├── mcp/server.ts # HTTP / MCP 接口
│ ├── monitor/
│ │ ├── docker.ts # Docker 监控
│ │ ├── system.ts # 系统监控
│ │ ├── ip.ts # 公网 IP 检测
│ │ └── loop.ts # 监控主循环
│ └── alert/
│ ├── feishu.ts # 飞书 Webhook + 签名
│ └── templates.ts # 告警模板
├── config/rules.yaml # 告警规则
├── Dockerfile
├── docker-compose.yml
└── .env.exampleEnfriamiento de alertas
Por defecto, las alertas del mismo tipo no se vuelven a enviar durante 5 minutos (para evitar tormentas de alertas).
Puedes ajustar COOLDOWN_MS en src/monitor/loop.ts.
Avisos de seguridad
⚠️
docker.sockequivale a permisos de root; móntalo siempre en solo lectura con:ro⚠️ El contenedor se ejecuta con
privileged: true; evalúa el riesgo en producción⚠️ No subas el Webhook de 飞书 a Git
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceMulti-machine system monitor with a built-in MCP server that enables AI agents to query health metrics, manage processes, schedule cron jobs, and run diagnostics across local and remote machines.133Apache 2.0

6amdev-server-mcpofficial
FlicenseBqualityDmaintenanceMCP server for managing Ubuntu servers with AI integration, enabling system monitoring, Docker control, Gitea repository management, Ollama LLM interaction, workspace file operations, and Claude Code assistant via natural language.34- AlicenseAqualityCmaintenanceEnables AI agents to monitor Docker containers, system resources, ports, and logs in real-time.5MIT
- FlicenseNot gradedqualityBmaintenanceServer Monitor MCP is a Linux server inspection service with web backend and MCP interface. It allows you to manage SSH hosts and query server metrics via natural language.
Related MCP Connectors
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
Real-time health monitoring and heartbeat tracking for agent services
MCP uptime, schema, auth, and SLA receipt monitoring.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/myclaw66/system-status'
If you have feedback or need assistance with the MCP directory API, please join our Discord server