Skip to content
Cursor

veracium for Cursor

io.github.veracium-ai/veracium

Provenance-aware memory for AI agents: quarantine, abstention gate, supersession-with-history.

client:Cursor transport:stdio runtime:pypi

Install veracium 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": {
    "veracium": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "veracium"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "VERACIUM_DB_PATH": "<VERACIUM_DB_PATH>",
        "VERACIUM_USER": "<VERACIUM_USER>"
      }
    }
  }
}

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

veracium in other clients