Server Ops MCP for Windsurf
io.github.gt-dinuo/server-ops-mcp
Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.
client:Windsurf
transport:stdio
runtime:npm
Install Server Ops MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs