Odel
GaugeMesh

GaugeMesh

Local
@aliengineering-byteRustApache-2.0Updated Today

Route MCP capabilities through deterministic identity, policy, budget, and deadline constraints.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/aliengineering-byte/gaugemesh@sha256:5605aad42b696bb4ee69cece2ad1ce3b8b69da3910d1e846361653c97a7fed87

Run

docker run -i --rm ghcr.io/aliengineering-byte/gaugemesh@sha256:5605aad42b696bb4ee69cece2ad1ce3b8b69da3910d1e846361653c97a7fed87

MCP client config

{
  "mcpServers": {
    "gaugemesh": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aliengineering-byte/gaugemesh@sha256:5605aad42b696bb4ee69cece2ad1ce3b8b69da3910d1e846361653c97a7fed87"
      ]
    }
  }
}