Myrmex Hive for Cline
io.github.olafkfreund/myrmex-hive
Zero-inbound-port MCP gateway for managing distributed edge servers over reverse SSH tunnels
client:Cline
transport:stdio
runtime:oci
Install Myrmex Hive in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"myrmex-hive": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olafkfreund/myrmex-gateway:1.0.3"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs