Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.
If you already use Server Ops MCP, the server ops mcp mcp server is the piece that lets your assistant work with it directly. Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.
A general-purpose server-ops MCP Server. Let AI tools like Claude Code / Cursor / Codex manage multiple projects or servers through .mcp.json — log troubleshooting, system resource inspection, code read/write, and Nginx / certificate management.
npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Configuration is passed through the environment: OPS_PROJECT_ROOT, OPS_SSH_HOST, OPS_SSH_PORT, OPS_SSH_USER, OPS_SSH_KEY, OPS_CONFIG_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by GT-dinuo; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
{
"mcpServers": {
"server-ops": {
"command": "npx",
"args": ["-y", "npm"],
"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_CONFIG_PATH": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| OPS_PROJECT_ROOT | Configuration value read at startup. | Optional |
| OPS_SSH_HOST | Endpoint or connection string the server talks to. | Optional |
| OPS_SSH_PORT | Configuration value read at startup. | Optional |
| OPS_SSH_USER | Configuration value read at startup. | Optional |
| OPS_SSH_KEY | Credential the server authenticates with. | Yes |
| OPS_CONFIG_PATH | Filesystem location the server is allowed to use. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.