MCP Server
MCP
Server Ops MCP
Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "server-ops-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Project root path; all file operations are sandboxed here",
"isRequired": true,
"format": "string",
"name": "OPS_PROJECT_ROOT"
},
{
"description": "Remote server IP / domain; leave empty to run locally",
"format": "string",
"name": "OPS_SSH_HOST"
},
{
"description": "SSH port, default 22",
"format": "string",
"name": "OPS_SSH_PORT"
},
{
"description": "SSH username",
"format": "string",
"name": "OPS_SSH_USER"
},
{
"description": "Path to SSH private key (choose either key or password)",
"format": "string",
"name": "OPS_SSH_KEY"
},
{
"description": "SSH password (choose either key or password)",
"format": "string",
"isSecret": true,
"name": "OPS_SSH_PASSWORD"
},
{
"description": "Private key passphrase",
"format": "string",
"isSecret": true,
"name": "OPS_SSH_PASSPHRASE"
},
{
"description": "Path to an extra config file (see config.example.json)",
"format": "string",
"name": "OPS_CONFIG_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment