Home › Knowledge & 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.
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
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry