Skip to content
Cursor

Server Ops MCP for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install Server Ops MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "server-ops-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Server Ops MCP in other clients