Description
Manages SSH connections through fuzzy matching, a TUI dashboard, and multi-server command execution. Supports importing from SSH config, jump hosts, agent forwarding, Mosh for unreliable connections, and connection grouping by project and environment. Includes a Raycast extension for quick access. Written in Go as a single binary with zero dependencies.
🔬 Playground
Try Hop live in the browser with security context.
Installation
git clone https://github.com/danmartuszewski/hop Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"hop": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.