← Back to Plugins
MCP Server MCP

SSH MCP Server

github By github 👁 1 views ▲ 0 votes

Modern SSH for AI agents — cloud servers to BusyBox routers, with destructive commands blocked.

Homepage Verified source GitHub

Install

npx -y @hypnosis/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hypnosis/ssh-mcp-server",
      "version": "2.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the JSON file describing the servers this agent may reach.",
          "isRequired": true,
          "format": "filepath",
          "name": "SSH_PROFILES_FILE"
        },
        {
          "description": "Log verbosity: error, warn, info or debug. Defaults to info.",
          "format": "string",
          "name": "SSH_MCP_LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...