mcpbeat Sign in

Safe SSH MCP Server

local only

Safe SSH MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 215 installs a week from pypi. Last commit 19 Aug 2026.

A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands

Installs per day peak 260 · avg 56 · -51% w/w
a month agotoday
215
Installs / week
pypi · safe-ssh-mcp
7
Stars
8 open issues
19 Aug 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

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

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 mcp_ssh.py:777, [пакет] mcp_ssh.py:777
    cmd = "crontab -l"

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 safe-ssh-mcp -- uvx safe-ssh-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "safe-ssh-mcp": {
      "args": [
        "safe-ssh-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.safe-ssh-mcp]
command = "uvx"
args = ["safe-ssh-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "safe-ssh-mcp": {
      "args": [
        "safe-ssh-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "safe-ssh-mcp": {
      "args": [
        "safe-ssh-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Safe SSH MCP

same job, measured the same way
Janus
by tonylchang

Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes

198 installs/wk local only
AWS MCP Connector
by ferhatdundar

MCP server for the AWS CLI. Read-only by default; single Go binary.

local only
Nr MCP
by texan-nxtassist

MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools

104 installs/wk local only
Devops MCP
by neetpatel

An MCP server that provides DevOps and DevSecOps context for the project

123 installs/wk local only
Quellgeist Commits
by rajeev-shyam

Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).

local only
Radar Kubernetes MCP Server
by skyhook-io

Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.

local only
Azure DevOps (ADO)
by premierinc

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

answering
Umami Compass
by webcredo

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

78 installs/wk local only

Safe SSH MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Safe SSH MCP?
Safe SSH 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 pypi package safe-ssh-mcp was installed 215 times last week.
How do I connect Safe SSH 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 safe-ssh-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Safe SSH MCP?
The pypi package safe-ssh-mcp was installed 215 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Safe SSH MCP open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 7 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.