Nahuali MCP Server

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

Remote serverstreamable-httpGo

What is the Nahuali MCP server?

Trust-aware agent memory with evidence-backed recall, self-inspection, and audit history. That is what the nahuali mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

From an empty memory to evidence-backed recall: Nahuali shows what is ready to use and pauses what still needs review.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • Self — inspection proposes work but never rewrites memory autonomously
  • Axis — What it answers
  • MEMORY — Is this memory supported enough to use?
  • HISTORY — Do this store's recorded-history checks pass?
  • EXTERNAL — Was this state compared with an authorized reference kept outside this store?
  • Verdict — Meaning
  • certify — Available checks support use with the attached evidence
  • advisory — Useful as a lead, but not ready to repeat as fact without qualification
  • warn — Evidence, freshness, or store-health problems require verification
  • block — The memory must not drive action until the conflict is resolved
  • Interface — Use it for
  • nahuali — Shell-capable agents, scripts, sustained ingestion, inspection, recovery, receipts, and the TUI

What it needs from you

Configuration is passed through the environment: CLAIM_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Nahuali's toolset — Self, Axis, MEMORY and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Arakiss; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Nahuali.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Selfinspection proposes work but never rewrites memory autonomously.
AxisWhat it answers
MEMORYIs this memory supported enough to use?
HISTORYDo this store's recorded-history checks pass?
EXTERNALWas this state compared with an authorized reference kept outside this store?
VerdictMeaning
certifyAvailable checks support use with the attached evidence.
advisoryUseful as a lead, but not ready to repeat as fact without qualification.
warnEvidence, freshness, or store-health problems require verification.
blockThe memory must not drive action until the conflict is resolved.
InterfaceUse it for
nahualiShell-capable agents, scripts, sustained ingestion, inspection, recovery, receipts, and the TUI
nahuali-mcpHosts that expose MCP tools but cannot run local commands directly
nahuali-apiLocal HTTP integrations with an OpenAPI contract

Configuration

VariableDescriptionRequired
CLAIM_IDConfiguration value read at startup.Optional

Example prompts to try

  • Use Nahuali to Self.
  • Use Nahuali to Axis.
  • Use Nahuali to MEMORY.

Frequently asked questions

It connects Nahuali to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Self, Axis, MEMORY, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Nahuali directly.