Skip to content
Grok

Server Ops MCP for Grok

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

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

client:Grok transport:stdio runtime:npm

Install Server Ops MCP in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Server Ops MCP in other clients