Skip to main content
Developer ToolsGo

danmartuszewski/hop

Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts.

command-line
Share:

Quick Start

Clone the repository:

git clone https://github.com/danmartuszewski/hop

Claude Desktop configuration example:

{
  "mcpServers": {
    "hop": {
      "command": "npx",
      "args": [
        "-y",
        "danmartuszewski/hop"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Go
Author
danmartuszewski