Titen Memory for Zed
io.github.ramaaditya49/titen-memory
Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1
client:Zed
transport:stdio
runtime:npm
Install Titen Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"titen-memory": {
"command": "npx",
"args": [
"-y",
"titen-memory"
],
"env": {
"TITEN_MCP_URL": "<TITEN_MCP_URL>",
"TITEN_API_KEY": "<TITEN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs