Odel
aiglare

aiglare

Local
@nugehs1JavaScriptMITUpdated 2mo ago

Audit AI/LLM features for governance guardrails: confidence, fallback, validation, human-in-loop.

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

npm@nugehs/aiglarev0.2.3

Run

npx -y @nugehs/aiglare

MCP client config

{
  "mcpServers": {
    "aiglare": {
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/aiglare"
      ]
    }
  }
}