ssh-action (MCP Server)

GitHub

GitHub Actions for executing remote ssh commands.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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