MCP Server
MCP
io.github.DanceNitra/inspeximus
Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.
Install
uvx inspeximus
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "inspeximus",
"version": "2.20.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the JSON memory file the server persists to (defaults to ./inspeximus_memory.json).",
"format": "string",
"name": "INSPEXIMUS_PATH"
},
{
"description": "1 (default) blocks a restated retired value from resurrecting a corrected fact; 0 = legacy keyed supersession.",
"format": "string",
"name": "INSPEXIMUS_ECHO_GUARD"
},
{
"description": "Optional OpenAI-compatible /embeddings endpoint for SEMANTIC recall (e.g. http://localhost:11434/v1/embeddings for local Ollama). Unset = deterministic lexical recall.",
"format": "string",
"name": "INSPEXIMUS_EMBED_URL"
},
{
"description": "Embedding model id used with INSPEXIMUS_EMBED_URL (default: text-embedding-3-small; for Ollama use e.g. nomic-embed-text).",
"format": "string",
"name": "INSPEXIMUS_EMBED_MODEL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment