Nahuali for Grok
io.github.arakiss/nahuali
Trust-aware agent memory with evidence-backed recall, self-inspection, and audit history.
client:Grok
transport:stdio
runtime:oci
Install Nahuali in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nahuali": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/arakiss/nahuali-mcp:0.8.0-beta.10"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs