Myrmex Hive MCP Server

Myrmex Hive is a decentralized, secure, and geeky agent orchestration framework built on top of the Model Context Protocol (MCP). It is designed to securely monitor, query, and manage distributed edge servers, Docker hosts, and Kubernetes nodes without exposing any ingress ports on your target systems.

People who need these tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-07-21 · ★ 2 · #809 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install Myrmex Hive

Docker

docker run -i --rm ghcr.io/olafkfreund/myrmex-gateway:1.0.3

Claude Desktop - add to config

{
  "mcpServers": {
    "olafkfreund-myrmex-hive": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olafkfreund/myrmex-gateway:1.0.3"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

repo age created 2026-06-26 - young repo, little track record yet

license MIT - declared in the repository

registry namespace io.github.olafkfreund is GitHub-verified and matches the repo owner

03 · What Myrmex Hive can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.2.0 · 2026-07-17

Myrmex Hive v1.2.0 turns the LLM-orchestration loop from "works" into "safe to trust and broad enough to scale," and gives operators a documented golden path from installed to indispensable. · Highlights…

v1.1.0 · 2026-07-15

prep v1.1.0 - server.json + install examples (#148) · drop OCI package version; guard the registry-only rule (#147) · bump server.json to 1.0.3; guard the drift at release (#146) · record identities, redact only…

v1.0.3 · 2026-07-15

cosign-sign container images; authenticate the alert webhook (#133) · stop /api/config leaking secrets, and stop saves destroying them (#132)

04 · Who maintains Myrmex Hive

Myrmex Hive is maintained by olafkfreund. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #809 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-07-17)
registry
io.github.olafkfreund/myrmex-hive (active, first published 2026-07-15)
packages
oci:ghcr.io/olafkfreund/myrmex-gateway:1.0.3

06 · Myrmex Hive FAQ

What is Myrmex Hive?

Myrmex Hive is a decentralized, secure, and geeky agent orchestration framework built on top of the Model Context Protocol (MCP). It is designed to securely monitor, query, and manage distributed edge servers, Docker hosts, and Kubernetes nodes without exposing any ingress ports on your target systems.

Is Myrmex Hive still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-21 and it shipped 7 releases in the last 90 days. We re-verify nightly.

How do I install Myrmex Hive?

Run `docker run -i --rm ghcr.io/olafkfreund/myrmex-gateway:1.0.3`. You can also paste the ready-made client config above.

07 · Alternatives to Myrmex Hive