Odel
SSH MCP Server

SSH MCP Server

Local
@hypnosis2TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@hypnosis/ssh-mcp-serverv2.3.3

Run

npx -y @hypnosis/ssh-mcp-server

MCP client config

{
  "mcpServers": {
    "ssh-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hypnosis/ssh-mcp-server"
      ]
    }
  }
}