Odel
ssh mcp server

ssh mcp server

Local
@nikolanddtesla11JavaScriptUpdated 3mo ago

SSH server management with zero-token SFTP file transfer and SOCKS proxy support

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@nl4ever/sshmcpv1.2.1

Run

npx -y @nl4ever/sshmcp

MCP client config

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