Server Ops MCP for Cline
io.github.gt-dinuo/server-ops-mcp
Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.
client:Cline
transport:stdio
runtime:npm
Install Server Ops MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs