← Back to Plugins
MCP Server MCP

Myrmex Hive

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/olafkfreund/myrmex-gateway:1.0.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/olafkfreund/myrmex-gateway:1.0.3",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Mount the gateway config. The gateway fails closed and will not start without authorized_keys_path and a host key — see docs/DEPLOYMENT.md.",
          "isRequired": true,
          "value": "{config_dir}:/app/config:ro",
          "variables": {
            "config_dir": {
              "description": "Host directory holding gateway_config.json, the SSH host key, and authorized_keys",
              "isRequired": true,
              "format": "filepath"
            }
          },
          "type": "named",
          "name": "-v"
        }
      ],
      "packageArguments": [
        {
          "description": "Path to gateway_config.json inside the container",
          "value": "/app/config/gateway_config.json",
          "type": "named",
          "name": "-config"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...