mcpbeat Sign in

ssh-mcp-pro MCP Server

local only

ssh-mcp-pro runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 24 Jul 2026.

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

Installs per day peak 13 · avg 7 · -52% w/w
a month agotoday
48
Installs / week
npm · ssh-mcp-pro
2
Stars
0 open issues
24 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 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 dangerous call ssh_host_inspect.hostAlias → src/connector-credentials.ts:121
    const child = spawn(command, config.credentialCommandArgs, {
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.

    const child = spawn(command, config.credentialCommandArgs, {
Builds a file path from a variable src/remote/safe-file.ts:179
      await verifyOpenedHandle(policy, file, path.join(canonicalParent, leaf), "file", message);
Touches key and credential files src/session-auth.ts:103
  const keyFiles = ["id_ed25519", "id_ecdsa", "id_ed25519_sk", "id_ecdsa_sk", "id_rsa"];

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

This one needs environment variables set before it will start: SSH_MCP_HTTP_ALLOWED_ORIGINS (Comma-separated allowed browser origins for Streamable HTTP clients. Keep this restricted when not using loopback.), SSH_MCP_HTTP_BEARER_TOKEN_FILE (Path to a bearer token file. Required for non-loopback HTTP bindings.), SSH_MCP_HTTP_PUBLIC_URL (Stable HTTPS public /mcp URL. Required for non-loopback HTTP bindings.), SSH_MCP_HTTP_TRUST_PROXY (Set to true only behind a trusted reverse proxy that controls forwarded headers.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ssh-mcp-pro

same job, measured the same way
SSH MCP Tool
by oaslananka

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

local only
Rqwstr
by kjopstad-it

AI-native HTTP security testing MCP server — 17 tools with raw HTTP/1.1 + HTTP/2 control

local only
MCPower Security Proxy
by mcpower-security

Security proxy that automatically wraps MCP servers with real-time monitoring and policy enforcement

local only
CrowdStrike Falcon MCP Server
by crowdstrike

Connects AI agents with CrowdStrike Falcon for security analysis and automation.

10 994 installs/wk local only
Gossiper Shopify Admin MCP Server
by gossiper

Control Shopify Admin tasks with agents or via prompt. Ultra slim integration, fast and secure.

answering
MySQL (security-first)
by kurok1

Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.

local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

40 installs/wk local only
FedRAMP 20x Requirements
by kevinrabun

An MCP server that provides access to FedRAMP 20x security requirements and controls.

294 installs/wk local only

ssh-mcp-pro — questions

Answers built from our own checks of this server.

Why is there no uptime for ssh-mcp-pro?
ssh-mcp-pro 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 ssh-mcp-pro was installed 48 times last week.
How do I connect ssh-mcp-pro?
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 ssh-mcp-pro straight from npm; nothing to host, nothing to sign up for.
How many people use ssh-mcp-pro?
The npm package ssh-mcp-pro was installed 48 times in the last week. Week over week that is -52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ssh-mcp-pro open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.