Loading languages...
SS

ssh-mcp

@tufantunc43

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

ssh
remote control
mcp server

# mcpServer Config

{
  "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"
      ]
    }
  }
}

# stdio

npx ssh-mcp
Transport:
stdio
اللغة:
TypeScript
تم الإنشاء:4/26/2025
تم التحديث:7/24/2025
الصفحة الرئيسية:
https://github.com/tufantunc/ssh-mcp