Citadel for Zed
dev.citadeldb/mcp
Encrypted-first embedded database with vector search and agent memory, exposed as MCP tools
client:Zed
transport:stdio
runtime:pypi
Install Citadel in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "uvx",
"args": [
"citadeldb-mcp"
],
"env": {
"CITADEL_KEY": "<CITADEL_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs