Myrmex Hive
Rank #14,131io.github.olafkfreund/myrmex-hive
Zero-inbound-port MCP gateway for managing distributed edge servers over reverse SSH tunnels
Myrmex Hive is a Model Context Protocol (MCP) server published by olafkfreund. It ranks #14,131 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Myrmex Hive is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 14, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 101,460 of 115,591 servers on MCP Toplist.
Use Myrmex Hive
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add myrmex-hive -- docker run -i --rm -v "{config_dir}:/app/config:ro" ghcr.io/olafkfreund/myrmex-gateway:1.0.3 -config /app/config/gateway_config.json[mcp_servers.myrmex-hive]
command = "docker"
args = ["run", "-i", "--rm", "-v", "{config_dir}:/app/config:ro", "ghcr.io/olafkfreund/myrmex-gateway:1.0.3", "-config", "/app/config/gateway_config.json"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"myrmex-hive": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/app/config:ro",
"ghcr.io/olafkfreund/myrmex-gateway:1.0.3",
"-config",
"/app/config/gateway_config.json"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"myrmex-hive": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/app/config:ro",
"ghcr.io/olafkfreund/myrmex-gateway:1.0.3",
"-config",
"/app/config/gateway_config.json"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"myrmex-hive": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/app/config:ro",
"ghcr.io/olafkfreund/myrmex-gateway:1.0.3",
"-config",
"/app/config/gateway_config.json"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"myrmex-hive": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/app/config:ro",
"ghcr.io/olafkfreund/myrmex-gateway:1.0.3",
"-config",
"/app/config/gateway_config.json"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"myrmex-hive": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{config_dir}:/app/config:ro",
"ghcr.io/olafkfreund/myrmex-gateway:1.0.3",
"-config",
"/app/config/gateway_config.json"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.olafkfreund%2Fmyrmex-hive)<a href="https://mcptoplist.com/server/io.github.olafkfreund%2Fmyrmex-hive"><img src="https://mcptoplist.com/badge/io.github.olafkfreund%2Fmyrmex-hive.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
olafkfreund
Available versions (1)
| Version | Published |
|---|---|
| 1.0.3 | Jul 15, 2026 |
Frequently asked questions
- Who maintains Myrmex Hive?
- Myrmex Hive is maintained by olafkfreund, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Myrmex Hive listed on the Official MCP Registry?
- Yes — Myrmex Hive is listed on the Official MCP Registry, alongside Glama.
- How many versions does Myrmex Hive have?
- MCP Toplist tracks 1 version of Myrmex Hive, most recently published on Jul 15, 2026.
- Where can I find the source code for Myrmex Hive?
- The source code for Myrmex Hive is hosted at github.com/olafkfreund/myrmex-hive.