Sentinel MCP Tools
Sentinel provides MCP (Model Context Protocol) tools for AI assistants to monitor infrastructure.Available Tools
sentinel_hosts
List all hosts with their status.sentinel_metrics
Get detailed metrics for a host.sentinel_processes
List top processes on a host.sentinel_containers
List Docker containers.sentinel_alerts
List active infrastructure alerts.Example Conversations
User: “How are our servers doing?” Assistant uses:sentinel_hosts
Response: “Your infrastructure looks healthy. 4 of 5 hosts are in good shape. web-1 is at 45% CPU, 68% memory. api-1 has a warning - memory is at 85%.”
User: “What’s using memory on api-1?” Assistant uses:
sentinel_processes with host: "api-1", sort_by: "memory"
Response: “The top memory consumers on api-1 are: Ruby/Puma at 2.1GB, PostgreSQL at 512MB, and Redis at 256MB.”
User: “Are all our containers running?” Assistant uses:
sentinel_containers
Response: “All 8 containers across your hosts are running. The nginx containers are using minimal resources. The api-server containers are at 45% of their memory limits.”