linux-admin-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| system_infoA | Gibt allgemeine System-Informationen zurück. Enthält: Hostname, Kernel-Version, CPU-Modell, RAM, Uptime, Architektur, OS-Release. Kein sudo erforderlich. |
| disk_usageA | Zeigt Festplatten-Belegung aller gemounteten Laufwerke. Enthält: Filesystem, Größe, Belegung, verfügbar, Auslastungsprozent, Mountpoint. Kein sudo erforderlich. |
| memory_usageA | Zeigt detaillierte RAM- und Swap-Nutzung. Enthält: Gesamt, verwendet, frei, verfügbar für RAM und Swap. Kein sudo erforderlich. |
| health_checkA | Führt einen vollständigen System-Health-Check durch. Prüft: Disk-Belegung über 80%, CPU-Load, RAM-Verfügbarkeit, Uptime. Gibt status='OK' oder 'WARNING' mit einer Liste der gefundenen Probleme zurück. Kein sudo erforderlich. |
| services_listA | Listet systemd-Services auf. filter_state: 'all' (Standard), 'running', 'failed', 'inactive' Gibt max. 50 Services zurück mit Name, Status, Beschreibung. Kein sudo erforderlich. |
| service_statusA | Gibt den detaillierten Status eines systemd-Services zurück. service_name: Name des Services (z.B. 'nginx', 'postgresql', 'sshd') Enthält: aktiv/inaktiv, enabled/disabled, letzten Log-Output. Kein sudo erforderlich. |
| service_manageA | Verwaltet einen systemd-Service. service_name: Name des Services (z.B. 'nginx', 'postgresql') action: 'start', 'stop', 'restart', 'reload', 'enable', 'disable' HINWEIS: Erfordert sudo-Rechte. Server muss als root laufen oder sudoers-Eintrag haben. |
| service_logsA | Gibt die letzten Log-Zeilen eines Services über journalctl zurück. service_name: Name des Services lines: Anzahl der Log-Zeilen (Standard: 50, max: 500) Kein sudo erforderlich. |
| processes_listB | Listet laufende Prozesse auf. sort_by: 'cpu' (Standard), 'memory', 'pid' limit: Anzahl der Prozesse (Standard: 20, max: 100) Kein sudo erforderlich. |
| process_findA | Sucht nach laufenden Prozessen anhand eines Namens oder Befehlsteils. name: Suchbegriff (z.B. 'nginx', 'python', 'postgres') Gibt PID und vollständigen Befehl zurück. Kein sudo erforderlich. |
| top_consumersA | Zeigt die Top-5 CPU- und Memory-Verbraucher. Nützlich für schnelle Performance-Diagnose. Kein sudo erforderlich. |
| network_interfacesA | Listet alle Netzwerk-Interfaces mit IP-Adressen auf. Enthält: Interface-Name, IPv4/IPv6-Adressen, Flags. Kein sudo erforderlich. |
| open_portsA | Listet alle Ports auf, die auf eingehende Verbindungen warten (LISTEN). Nützlich um zu sehen welche Services aktiv Verbindungen annehmen. Kein sudo erforderlich (ohne Prozess-Info). |
| active_connectionsA | Zeigt aktive Netzwerkverbindungen (ESTABLISHED). Gibt lokale und Remote-Adressen für bis zu 50 Verbindungen zurück. Kein sudo erforderlich. |
| dns_lookupA | Löst einen Hostnamen per DNS auf und gibt die IP-Adresse zurück. hostname: Zu auflösender Hostname (z.B. 'google.com', 'api.example.com') Kein sudo erforderlich. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Every tool has a distinct purpose with no overlap. System info, performance, processes, services, and network tools are clearly separated.
All names use snake_case and lowercase, with a consistent pattern of noun_noun or noun_verb. Minor variation in verb placement (e.g., top_consumers vs service_manage) but still predictable.
15 tools cover the scope of Linux administration well—system monitoring, process and service management, network diagnostics—without being bloated or sparse.
Covers core admin tasks: health checks, service lifecycle, process queries, network diagnostics. Missing system-wide logs or hardware details, but still solid for its purpose.