Patent-pending diagnostic + decisions-ledger engine with operator briefs and an MCP console.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Recordant is a patent-pending diagnostic + decisions-ledger engine for any host software system. Point it at a target's repo, changelog, and logs, and it runs a periodic scan that produces an operator brief: what changed, what looks broken, what was fixed, and a prioritized diagnosis list β plus a chat-native MCP console over the same data.
Bring your own LLM (Anthropic, OpenAI, or Gemini β your key, your usage, your bill). Recordant makes no provider assumption.
Install the package and your LLM provider's SDK (only the one you use):
Copy recordant.example.toml to recordant.toml and set:
repo_root β the target repo to diagnosechangelog_path β usually CHANGELOG.md (falls back to git log if absent)log_globs β which log files to health-scan[llm] β your provider, model, and api_key_env (the name of the
environment variable holding your key β never the key itself)Export your key and run one cycle:
The brief path prints to stdout. The brief, snapshot, and (optional)
decisions ledger are written under your configured output_dir.
Schedule it (cron / systemd timer / your own scheduler) at the
schedule_seconds cadence in your config.
That's the whole loop. See ENGINE.md for the adapter architecture, config
reference, and known limitations.
Recordant also runs as an MCP server exposing 7 tools over stdio, for use from a chat-native MCP client:
| Tool | Purpose |
|---|---|
recordant_brief | Latest delta brief since the prior cycle |
recordant_status | Current status snapshot (health, cadence, active book) |
recordant_digest | Open items, Accepted-Risk Register, fixes shipped, deadlines |
recordant_open_items | Every open diagnosis with age, recurrence, evidence |
recordant_acknowledge | Acknowledge a diagnosis (P0 items cannot be acknowledged) |
recordant_accept_risk | Pin a diagnosis in the Accepted-Risk Register |
recordant_resolve | Assert a diagnosis is resolved (audited against the changelog) |
Token-auth is on by default β there is no anonymous mode. The server
requires a valid RECORDANT_LICENSE_KEY and verifies it against the license
service at startup before registering a single tool; it will not run
unlicensed, even briefly. A short offline-grace window covers a transient
network failure to the license service, but an explicitly invalid or expired
key is refused immediately.
Add it to your MCP client's config (Claude Desktop, Claude Code, etc.):
Recordant is licensed software, not open source (see LICENSE). Get a key
and see current pricing at
https://mentorsentinel.ai/markets-ai-governance.html.
Recordant ships as a compiled image -- there is no engine source to build
from, so docker build is not part of a customer workflow. Pull the
licensed image (published per BUILD-RELEASE.md) and run it:
The image is signed (cosign) and ships with an SBOM (syft) so you can audit
what it does -- dependencies, egress -- without needing readable engine
source; see BUILD-RELEASE.md for verification commands.
See docker-compose.example.yml for a compose-based setup, including the
MCP console service.
Found a bug or have a feature request? Open an issue β see
.github/ISSUE_TEMPLATE/. For licensing or account questions, use the
pricing page above.
Recordant's inference loop and decisions-ledger lifecycle are patent-pending (U.S. application numbers available on request). "Patent-pending" reflects filed, unexamined provisional applications β no patent has issued.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/recordant)<a href="https://allmcps.com/mcp/recordant"><img src="https://allmcps.com/api/badge/recordant?style=directory" alt="Recordant on AllMCPs" /></a>