← Back to Plugins
MCP Server MCP

ssh-mcp-pro

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "ssh-mcp-pro",
      "version": "1.1.5",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "ssh-mcp-pro",
      "version": "1.1.5",
      "runtimeHint": "npx",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:{--port}/mcp"
      },
      "packageArguments": [
        {
          "value": "--transport=http",
          "type": "positional"
        },
        {
          "value": "127.0.0.1",
          "type": "named",
          "name": "--host"
        },
        {
          "default": "3000",
          "type": "named",
          "name": "--port",
          "valueHint": "port"
        }
      ],
      "environmentVariables": [
        {
          "description": "Comma-separated allowed browser origins for Streamable HTTP clients. Keep this restricted when not using loopback.",
          "name": "SSH_MCP_HTTP_ALLOWED_ORIGINS"
        },
        {
          "description": "Path to a bearer token file. Required for non-loopback HTTP bindings.",
          "isSecret": true,
          "name": "SSH_MCP_HTTP_BEARER_TOKEN_FILE"
        },
        {
          "description": "Stable HTTPS public /mcp URL. Required for non-loopback HTTP bindings.",
          "name": "SSH_MCP_HTTP_PUBLIC_URL"
        },
        {
          "description": "Set to true only behind a trusted reverse proxy that controls forwarded headers.",
          "name": "SSH_MCP_HTTP_TRUST_PROXY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...