Skip to content
Claude Desktop

Server Ops MCP for Claude Desktop

io.github.gt-dinuo/server-ops-mcp

Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.

client:Claude Desktop transport:stdio runtime:npm

Install Server Ops MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "server-ops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "server-ops-mcp"
      ],
      "env": {
        "OPS_PROJECT_ROOT": "<OPS_PROJECT_ROOT>",
        "OPS_SSH_HOST": "<OPS_SSH_HOST>",
        "OPS_SSH_PORT": "<OPS_SSH_PORT>",
        "OPS_SSH_USER": "<OPS_SSH_USER>",
        "OPS_SSH_KEY": "<OPS_SSH_KEY>",
        "OPS_SSH_PASSWORD": "<OPS_SSH_PASSWORD>",
        "OPS_SSH_PASSPHRASE": "<OPS_SSH_PASSPHRASE>",
        "OPS_CONFIG_PATH": "<OPS_CONFIG_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Server Ops MCP in other clients