Skip to content
Zed

iranti for Zed

io.github.nfemmanuel/iranti

Persistent, shared memory for AI agents — facts, checkpoints, semantic search.

client:Zed transport:stdio runtime:npm

Install iranti 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": {
    "iranti": {
      "command": "npx",
      "args": [
        "-y",
        "iranti"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "IRANTI_API_KEY": "<IRANTI_API_KEY>",
        "IRANTI_URL": "<IRANTI_URL>"
      }
    }
  }
}

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

iranti in other clients