Server Maintenance MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVERS_CONFIG_PATH | Yes | Path to the server configuration file (servers.json). |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ssh_list_serversA | List all configured remote servers available for SSH connections with their metadata, tags, and connection details (excluding sensitive credentials). |
| ssh_test_connectionA | Test SSH connectivity and measure round-trip latency to a specified server or all configured servers. |
| ssh_execute_commandB | Execute a bash or shell command on a remote server over SSH. Supports working directory, timeouts, and sudo. |
| ssh_system_infoA | Gather comprehensive diagnostic overview of a remote server: OS version, kernel, uptime, CPU cores/model, load averages, RAM usage, and disk mounts. |
| ssh_read_fileA | Read the contents of a remote file over SFTP. Supports offset lines and line limits for inspecting log files and large config files. |
| ssh_write_fileA | Create or update a remote file over SFTP. By default automatically creates a timestamped backup copy (.bak-...) of any existing file before overwriting. |
| ssh_list_directoryA | List remote directory contents via SFTP, returning filename, file type, file size, permissions, and modification timestamp. |
| ssh_service_statusA | Check status, view logs, start, stop, or restart a systemd service or Docker container on the remote server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |