Skip to main content
Glama
ojoilesanmi

Secure VPS Operations MCP Server

by ojoilesanmi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SSH_HOSTYesThe hostname or IP address of the VPS to connect to.
SSH_PORTNoThe SSH port to connect to (default: 22).22
SSH_USERNAMEYesThe SSH username on the VPS (e.g., mcp-operator).
ALLOWED_DOMAINSNoComma-separated list of allowed domain names for SSL checks.
ALLOWED_SERVICESNoComma-separated list of allowed systemd service names.
ALLOWED_DATABASESNoComma-separated list of allowed database identifiers.
ALLOWED_CONTAINERSNoComma-separated list of allowed container names (resource allowlist).
SSH_KNOWN_HOSTS_FILEYesPath to the known_hosts file for host key verification.
SSH_PRIVATE_KEY_FILEYesPath to the SSH private key file used for authentication.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_system_healthA

Return CPU, memory, load, disk, and service health summary from the VPS.

get_disk_usageA

Return filesystem usage for the VPS.

list_containersA

List allowlisted Docker containers and their status.

get_container_logsC

Return recent logs for an allowlisted Docker container.

get_service_statusA

Return systemd status for an allowlisted service.

check_nginx_configurationB

Run nginx configuration validation on the VPS.

check_ssl_expiryB

Return certificate expiry details for an allowlisted domain.

check_database_healthA

Return health information for an allowlisted PostgreSQL database.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ojoilesanmi/secure-vps-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server