Skip to content
Cursor

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

io.github.dancenitra/inspeximus

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

client:Cursor transport:stdio runtime:pypi

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

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

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