inspeximus: agent memory with provenance, GDPR erasure and a tamper-evident audit trail for Grok
io.github.dancenitra/inspeximus
Self-correcting agent memory: recall, supersede, revert, forget, GDPR erasure, audit receipts.
client:Grok
transport:stdio
runtime:pypi
Install inspeximus: agent memory with provenance, GDPR erasure and a tamper-evident audit trail in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"inspeximus": {
"type": "stdio",
"command": "uvx",
"args": [
"inspeximus"
],
"env": {
"INSPEXIMUS_PATH": "<INSPEXIMUS_PATH>",
"INSPEXIMUS_ECHO_GUARD": "<INSPEXIMUS_ECHO_GUARD>",
"INSPEXIMUS_EMBED_URL": "<INSPEXIMUS_EMBED_URL>",
"INSPEXIMUS_EMBED_MODEL": "<INSPEXIMUS_EMBED_MODEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs