Skip to content
Zed

Particles for Zed

org.linkedparticles/particles

An append-only ledger of sourced, dated, confidence-scored claims your agent cites and you audit

client:Zed transport:stdio runtime:pypi

Install Particles 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": {
    "particles": {
      "command": "uvx",
      "args": [
        "linkedparticles"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "DATABASE_URL": "<DATABASE_URL>",
        "PARTICLES_CONFIG": "<PARTICLES_CONFIG>"
      }
    }
  }
}

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

Particles in other clients