Command Palette

Search for a command to run...

Home / Servers

inspeximus

by DanceNitra

inspeximus — a glowing digital memory layer resting on a robust machined-steel base

inspeximus — a zero-dependency Python agent-memory library

Ask any memory where it came from — and check the answer. provenance(key) returns the declared source, the lineage it inherited, the evidence grade, every value the fact has held and which policy retired each one, and whether the record still matches what its write receipt committed to. Delete the fact and erasure_certificate() is the same answer for the deletion — a receipt an auditor verifies offline, without the live store and without trusting us. Because a delete that returns success is not a delete: we measured one that left the data recoverable in five of six places the application had put it (python probes/forget_verification_bench.py — soft delete scores 0.17 and names the five leaking stores; the wired hard delete scores 1.00).

"We have inspected" — the medieval charter that recites an earlier one word for word and attests it unaltered. The self-correcting memory layer for AI agents.

Correct a fact once and it stays corrected: the store serves the new value and refuses to let the old one creep back — deterministically, with no LLM on the write path, from a single zero-dependency file. revert(key) puts a correction back on command, which is the cheapest proof that what sits underneath is a real state model and not a log. Extracted from an autonomous research OS that has run it daily over a private ~10,000-note vault (our own deployment — you cannot re-run that one; every number you CAN re-run is listed in docs/CLAIMS.md with its command).

pip install inspeximusimport inspeximus · PyPI · Hugging Face · DOI · Homepage · MIT · v2.1.2

audit Star on GitHub

If inspeximus's saved you some time, a ⭐ would mean a lot — it's how other people find it. Thank you!

A fact is corrected; later the old value is restated, yet recall still serves the correction — the restatement lands retired via echo_guard

Built by Rastislav Drahoš — extracted from Agora, an autonomous research OS that runs it daily.


Install into Claude Code in one line

/plugin marketplace add DanceNitra/inspeximus
/plugin install inspeximus@inspeximus

That registers this repository as a plugin marketplace and installs the MCP server, which then starts with uvx --from "inspeximus[mcp]" inspeximus-mcp and keeps its store in .inspeximus/memory.json inside the project. Nothing to configure by hand, and nothing to install globally.

Prefer the manual route? pip install "inspeximus[mcp]" and point your client at inspeximus-mcp — the extra matters, because the core library is deliberately zero-dependency and the MCP server is the one piece that needs a dependency.

What you install, at a glance

Your next session starts knowing what this one decided — with no LLM

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

199,260

mcp-server-git

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

89,176

mcp-server-fetch

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,176

@modelcontextprotocol/server-everything

OfficialUpdated today

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,176