Back to directory
ssh-mcp

ssh-mcp

@tufantunc389

MCP server exposing SSH control for Linux servers via Model Context Protocol.

sshremote controlmcp servertool

Installation & Configuration

{
  "mcpServers": {
    "ssh-mcp": {
      "command": "npx",
      "args": [
        "ssh-mcp",
        "-y",
        "--",
        "--host=1.2.3.4",
        "--port=22",
        "--user=root",
        "--password=pass",
        "--key=path/to/key",
        "--timeout=30000"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/26
Updated
2026/6/7