mcpbeat Sign in

Server Ops MCP Server

local only

Server Ops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from npm. Last commit 25 Aug 2026.

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

Installs per day peak 555 · avg 26 · +5% w/w
a month agotoday
72
Installs / week
npm · server-ops-mcp
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call file_read.path → src/tools/files.ts:220, file_read.path → src/tools/files.ts:252, file_search.path → src/tools/files.ts:263 и ещё 1
      writeFileSync(absPath, content, 'utf-8');
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Installs itself into autostart src/config.ts:56
  'crontab -l',
Runs an external command src/executor.ts:30
      const child = spawn(cmd, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add server-ops-mcp -- npx -y server-ops-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "server-ops-mcp": {
      "args": [
        "-y",
        "server-ops-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.server-ops-mcp]
command = "npx"
args = ["-y", "server-ops-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "server-ops-mcp": {
      "args": [
        "-y",
        "server-ops-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "server-ops-mcp": {
      "args": [
        "-y",
        "server-ops-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPS_PROJECT_ROOT (Project root path; all file operations are sandboxed here), OPS_SSH_HOST (Remote server IP / domain; leave empty to run locally), OPS_SSH_PORT (SSH port, default 22), OPS_SSH_USER (SSH username), OPS_SSH_KEY (Path to SSH private key (choose either key or password)), OPS_SSH_PASSWORD (SSH password (choose either key or password)), OPS_SSH_PASSPHRASE (Private key passphrase), OPS_CONFIG_PATH (Path to an extra config file (see config.example.json)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Server Ops MCP

same job, measured the same way
Codex ServerOps MCP
by cyyprezz

Stateful Windows OpenSSH server operations for Codex with local credential handling.

68 installs/wk local only
Readyorai
by tedoneobichajavascript

Zero-cost MCP server for local code inspection and best-practice recommendations

32 installs/wk local only
MCP Aider Executor
by railkill

Model Context Protocol (MCP) server to execute aider-specific code editing operations

38 installs/wk local only
MCP Rd Station
by codespar

MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks

23 installs/wk local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
MCP Open Finance
by codespar

MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments

26 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

53 installs/wk local only

Server Ops MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Server Ops MCP?
Server Ops MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package server-ops-mcp was installed 72 times last week.
How do I connect Server Ops MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls server-ops-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Server Ops MCP?
The npm package server-ops-mcp was installed 72 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Server Ops MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.