Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like Server Ops MCP.
npx -y server-ops-mcp{
"OPS_PROJECT_ROOT": "YOUR_VALUE_HERE",
"OPS_SSH_HOST": "YOUR_VALUE_HERE",
"OPS_SSH_PORT": "YOUR_VALUE_HERE",
"OPS_SSH_USER": "YOUR_VALUE_HERE",
"OPS_SSH_KEY": "YOUR_VALUE_HERE",
"OPS_SSH_PASSWORD": "YOUR_SECRET_VALUE",
"OPS_SSH_PASSPHRASE": "YOUR_SECRET_VALUE",
"OPS_CONFIG_PATH": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-gt-dinuo-server-ops-mcp": {
"command": "npx",
"args": [
"-y",
"server-ops-mcp"
],
"env": {
"OPS_PROJECT_ROOT": "YOUR_VALUE_HERE",
"OPS_SSH_HOST": "YOUR_VALUE_HERE",
"OPS_SSH_PORT": "YOUR_VALUE_HERE",
"OPS_SSH_USER": "YOUR_VALUE_HERE",
"OPS_SSH_KEY": "YOUR_VALUE_HERE",
"OPS_SSH_PASSWORD": "YOUR_SECRET_VALUE",
"OPS_SSH_PASSPHRASE": "YOUR_SECRET_VALUE",
"OPS_CONFIG_PATH": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Server Ops MCP is an MCP server for Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y server-ops-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y server-ops-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y server-ops-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y server-ops-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y server-ops-mcp. Add required environment variables before starting Cursor or VS Code.
Server Ops MCP uses STDIO transport. Use the package or command config in Install.
Server Ops MCP inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
Server Ops MCP is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
server-ops-mcpstdio | npm | 1.0.3 | Env: OPS_PROJECT_ROOT required Env: OPS_SSH_HOST Env: OPS_SSH_PORT Env: OPS_SSH_USER Env: OPS_SSH_KEY Env: OPS_SSH_PASSWORD secret Env: OPS_SSH_PASSPHRASE secret Env: OPS_CONFIG_PATH |