Skip to content
Zed

veracium for Zed

io.github.veracium-ai/veracium

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

client:Zed transport:stdio runtime:pypi

Install veracium in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "veracium": {
      "command": "uvx",
      "args": [
        "veracium"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "VERACIUM_DB_PATH": "<VERACIUM_DB_PATH>",
        "VERACIUM_USER": "<VERACIUM_USER>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

veracium in other clients