Odel
HOL Guard

HOL Guard

Local
@hashgraph-online565PythonApache-2.0Updated Today

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

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).

PyPIhol-guardv3.0.113

Run

uvx hol-guard

MCP client config

{
  "mcpServers": {
    "hol-guard": {
      "command": "uvx",
      "args": [
        "hol-guard"
      ]
    }
  }
}