Back to Browse

Ssh Mcp Pro MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: 3 highly-trusted packages.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Comma-separated allowed browser origins for Streamable HTTP clients. Keep this restricted when not using loopback.Optional

Environment variable: SSH_MCP_HTTP_ALLOWED_ORIGINS

Path to a bearer token file. Required for non-loopback HTTP bindings.Required

Environment variable: SSH_MCP_HTTP_BEARER_TOKEN_FILE

Stable HTTPS public /mcp URL. Required for non-loopback HTTP bindings.Optional

Environment variable: SSH_MCP_HTTP_PUBLIC_URL

Set to true only behind a trusted reverse proxy that controls forwarded headers.Optional

Environment variable: SSH_MCP_HTTP_TRUST_PROXY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-oaslananka-ssh-mcp-pro": {
      "env": {
        "SSH_MCP_HTTP_PUBLIC_URL": "your-ssh-mcp-http-public-url-here",
        "SSH_MCP_HTTP_TRUST_PROXY": "your-ssh-mcp-http-trust-proxy-here",
        "SSH_MCP_HTTP_ALLOWED_ORIGINS": "your-ssh-mcp-http-allowed-origins-here",
        "SSH_MCP_HTTP_BEARER_TOKEN_FILE": "your-ssh-mcp-http-bearer-token-file-here"
      },
      "args": [
        "-y",
        "ssh-mcp-pro"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!