Nahuali for Cursor
io.github.arakiss/nahuali
Trust-aware agent memory with evidence-backed recall, self-inspection, and audit history.
client:Cursor
transport:stdio
runtime:oci
Install Nahuali in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nahuali": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/arakiss/nahuali-mcp:0.8.0-beta.10"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs