Myrmex Hive for VS Code
io.github.olafkfreund/myrmex-hive
Zero-inbound-port MCP gateway for managing distributed edge servers over reverse SSH tunnels
client:VS Code
transport:stdio
runtime:oci
Install Myrmex Hive in VS Code
.vscode/mcp.json
{
"servers": {
"myrmex-hive": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olafkfreund/myrmex-gateway:1.0.3"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs