Nahuali for Zed
io.github.arakiss/nahuali
Trust-aware agent memory with evidence-backed recall, self-inspection, and audit history.
client:Zed
transport:stdio
runtime:oci
Install Nahuali in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nahuali": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/arakiss/nahuali-mcp:0.8.0-beta.10"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs