Odel
Nahuali

Nahuali

Local
@arakiss3RustUpdated 1mo ago

Trust-aware agent memory with evidence-backed recall, self-inspection, and audit history.

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/arakiss/nahuali-mcp:0.8.0-beta.10

Run

docker run -i --rm ghcr.io/arakiss/nahuali-mcp:0.8.0-beta.10

MCP client config

{
  "mcpServers": {
    "nahuali": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/arakiss/nahuali-mcp:0.8.0-beta.10"
      ]
    }
  }
}