Skip to content
Cursor

Myrmex Hive for Cursor

io.github.olafkfreund/myrmex-hive

Zero-inbound-port MCP gateway for managing distributed edge servers over reverse SSH tunnels

client:Cursor transport:stdio runtime:oci

Install Myrmex Hive in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "myrmex-hive": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olafkfreund/myrmex-gateway:1.0.3"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Myrmex Hive in other clients