Hop

v1.1.0โ€ขDeveloper Toolsโ€ขstable

๐ŸŽ๏ธ ๐Ÿ–ฅ๏ธ - Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts.

clidevopsmcpmcp-servermodel-context-protocol
Share:
49
Stars
0
Downloads
0
Weekly
0/5

What is Hop?

Hop is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ๐ŸŽ๏ธ ๐Ÿ–ฅ๏ธ - fast ssh connection manager with tui dashboard and mcp server for discovering, searching, and executing commands on remote hosts.

๐ŸŽ๏ธ ๐Ÿ–ฅ๏ธ - Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • ๐ŸŽ๏ธ ๐Ÿ–ฅ๏ธ - Fast SSH connection manager with TUI dashboard and M

Use Cases

SSH connection management
Remote host discovery and command execution
danmartuszewski

Maintainer

LicenseMIT
Languagego
Versionv1.1.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx hop

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Hop

Hop is a fast SSH connection manager written in Go that combines a terminal UI dashboard with an MCP server, enabling AI agents to discover, search, and execute commands across remote hosts. It stores SSH connection definitions in a YAML config file and exposes them through MCP tools so Claude can list connections, build SSH commands, resolve targets, and โ€” with the --allow-exec flag โ€” run shell commands on remote servers. DevOps engineers and developers managing fleets of servers will find Hop a powerful way to let Claude assist with infrastructure tasks.

Prerequisites

  • Go 1.22+ (if installing via go install), or Homebrew on macOS/Linux
  • SSH client installed on the local machine
  • SSH key-based authentication configured for remote hosts
  • Claude Desktop or another MCP-compatible client
  • Mosh (optional, for mobile shell sessions)
1

Install hop

Install hop using your preferred method. Homebrew is the easiest on macOS/Linux; alternatively use go install or build from source.

# macOS/Linux via Homebrew
brew install danmartuszewski/tap/hop

# Or via Go
go install github.com/danmartuszewski/hop/cmd/hop@latest
2

Import existing SSH connections

If you already have an SSH config file (~/.ssh/config), import it into hop's config format with a single command.

hop import --yes
3

Define connections in hop's config

Hop stores connections in ~/.config/hop/config.yaml. Each connection entry supports id, host, user, port, identity_file, remote_dir, proxy_jump, tags, and other fields.

version: 1
defaults:
  user: ubuntu
  port: 22
connections:
  - id: prod-web
    host: 10.0.1.5
    user: deploy
    identity_file: ~/.ssh/prod_key
    tags: [production, web]
4

Start the MCP server

Launch hop in MCP server mode to expose connections to your AI client. Add --allow-exec to enable command execution on remote hosts.

hop mcp --allow-exec
5

Configure Claude Desktop

Register the hop MCP server in your Claude Desktop configuration file. Omit --allow-exec if you only want read-only access to connection data.

{
  "mcpServers": {
    "hop": {
      "command": "hop",
      "args": ["mcp", "--allow-exec"]
    }
  }
}

Hop Examples

Client configuration

Register hop as an MCP server in Claude Desktop. The --allow-exec flag enables remote command execution; omit it for read-only mode.

{
  "mcpServers": {
    "hop": {
      "command": "hop",
      "args": ["mcp", "--allow-exec"]
    }
  }
}

Prompts to try

Ask Claude to interact with your SSH connections through hop.

- "List all my SSH connections tagged as production"
- "Search for connections with 'web' in the name or tags"
- "Build the SSH command to connect to my prod-web server"
- "Run 'uptime' on all servers in the production group"
- "What is the identity file used for my staging server?"

Troubleshooting Hop

hop command not found after installation

Ensure your Go bin directory ($(go env GOPATH)/bin) or Homebrew bin is in your PATH. Run source ~/.zshrc or open a new terminal after installation.

exec_command tool is not available in Claude

The exec_command tool is only enabled when hop mcp is started with the --allow-exec flag. Update your MCP config to include this argument.

SSH connections fail with 'permission denied' errors

Verify that identity_file paths in config.yaml are correct and the corresponding public key is authorized on the remote host. Test with a direct ssh command first.

Frequently Asked Questions about Hop

What is Hop?

Hop is a Model Context Protocol (MCP) server that ๐ŸŽ๏ธ ๐Ÿ–ฅ๏ธ - fast ssh connection manager with tui dashboard and mcp server for discovering, searching, and executing commands on remote hosts. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Hop?

Follow the installation instructions on the Hop GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Hop?

Hop works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Hop free to use?

Yes, Hop is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide โ†’

Ready to use Hop?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides