Home › Cloud & Monitoring › Server Ops MCP
Server Ops MCP
Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.
Topics: Monitoring
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.3)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"server-ops-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"OPS_PROJECT_ROOT": "<YOUR_VALUE>",
"OPS_SSH_HOST": "<YOUR_VALUE>",
"OPS_SSH_PORT": "<YOUR_VALUE>",
"OPS_SSH_USER": "<YOUR_VALUE>",
"OPS_SSH_KEY": "<YOUR_VALUE>",
"OPS_SSH_PASSWORD": "<YOUR_VALUE>",
"OPS_SSH_PASSPHRASE": "<YOUR_VALUE>",
"OPS_CONFIG_PATH": "<YOUR_VALUE>"
}
}
}
}
OPS_PROJECT_ROOTrequired — Project root path; all file operations are sandboxed hereOPS_SSH_HOST— Remote server IP / domain; leave empty to run locallyOPS_SSH_PORT— SSH port, default 22OPS_SSH_USER— SSH usernameOPS_SSH_KEY— Path to SSH private key (choose either key or password)OPS_SSH_PASSWORDsecret — SSH password (choose either key or password)OPS_SSH_PASSPHRASEsecret — Private key passphraseOPS_CONFIG_PATH— Path to an extra config file (see config.example.json)
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp-grafana
An MCP server giving access to Grafana dashboards, data and more.
sentry-mcp
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
homebutler
Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.
zabbix-mcp-server
Zabbix integration for hosts, items, triggers, templates, problems, data and more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry