HomeKnowledge & Memory › inspeximus: agent memory with provenance, GDPR erasure and a tamper-evident audit trail

inspeximus: agent memory with provenance, GDPR erasure and a tamper-evident audit trail

Self-correcting agent memory: recall, supersede, revert, forget, GDPR erasure, audit receipts.

Python Local macOSWindowsLinux
★ 6 stars Last pushed 2026-09-24 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 3.8.1)

uvx inspeximus

Or add to your MCP client config:

{
  "mcpServers": {
    "inspeximus": {
      "command": "uvx",
      "args": [
        "inspeximus"
      ],
      "env": {
        "INSPEXIMUS_PATH": "<YOUR_VALUE>",
        "INSPEXIMUS_ECHO_GUARD": "<YOUR_VALUE>",
        "INSPEXIMUS_EMBED_URL": "<YOUR_VALUE>",
        "INSPEXIMUS_EMBED_MODEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • INSPEXIMUS_PATH — Path to the JSON memory file the server persists to (defaults to ./inspeximus_memory.json).
  • INSPEXIMUS_ECHO_GUARD — 1 (default) blocks a restated retired value from resurrecting a corrected fact; 0 = legacy keyed supersession.
  • INSPEXIMUS_EMBED_URL — Optional OpenAI-compatible /embeddings endpoint for SEMANTIC recall (e.g. http://localhost:11434/v1/embeddings for local Ollama). Unset = deterministic lexical recall.
  • INSPEXIMUS_EMBED_MODEL — Embedding model id used with INSPEXIMUS_EMBED_URL (default: text-embedding-3-small; for Ollama use e.g. nomic-embed-text).

This server takes extra arguments — see its repository.

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.DanceNitra/mnemo

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry