Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.

stdiocommunityinfra

Package Details

Transportstdio

Environment Variables

INSPEXIMUS_PATH(str)

Path to the JSON memory file the server persists to (defaults to ./inspeximus_memory.json).

INSPEXIMUS_ECHO_GUARD(str)

1 (default) blocks a restated retired value from resurrecting a corrected fact; 0 = legacy keyed supersession.

INSPEXIMUS_EMBED_URL(str)

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(str)

Embedding model id used with INSPEXIMUS_EMBED_URL (default: text-embedding-3-small; for Ollama use e.g. nomic-embed-text).