← Back to Plugins
MCP Server MCP

SSH — policy-gated remote access

github By github 👁 1 views ▲ 0 votes

Policy-gated, audited SSH for Linux and Windows hosts: roles, approvals, and an audit log.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ssh-mcp",
      "version": "2.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Password for the configured profile; a per-profile SSH_MCP_<PROFILE>_PASSWORD takes precedence. Credentials are never accepted as CLI arguments.",
          "isSecret": true,
          "name": "SSH_MCP_PASSWORD"
        },
        {
          "description": "Path to the private key file to authenticate with — the path, not the key material. A per-profile SSH_MCP_<PROFILE>_KEY takes precedence.",
          "format": "filepath",
          "name": "SSH_MCP_KEY"
        },
        {
          "description": "Passphrase for an encrypted private key.",
          "isSecret": true,
          "name": "SSH_MCP_PASSPHRASE"
        },
        {
          "description": "Password the sudo tool escalates with, when the policy in force allows the privileged class.",
          "isSecret": true,
          "name": "SSH_MCP_SUDO_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...