← Back to Plugins
MCP Server MCP

io.github.the-nine-nation/remote-ssh-mcp

github By github 👁 1 views ▲ 0 votes

Persistent stateful remote SSH sessions for AI agents via MCP + OpenSSH.

Homepage Verified source GitHub

Install

npx -y @zyluo/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@zyluo/remote-ssh-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated additional SSH Host aliases to allow",
          "format": "string",
          "name": "SSH_MCP_ALLOWED_HOSTS"
        },
        {
          "description": "Path to remote-ssh-mcp config.json",
          "format": "string",
          "name": "SSH_MCP_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...