Skip to content
VS Code

Nahuali for VS Code

io.github.arakiss/nahuali

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

client:VS Code transport:stdio runtime:oci

Install Nahuali in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Nahuali in other clients