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