central intelligence for Zed
io.github.alekseimarchenko/central-intelligence
Persistent memory for AI agents. Store, recall, and share knowledge across sessions.
client:Zed
transport:stdio
runtime:npm
Install central intelligence in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"central-intelligence": {
"command": "npx",
"args": [
"-y",
"central-intelligence-mcp"
],
"env": {
"CI_API_KEY": "<CI_API_KEY>",
"CI_API_URL": "<CI_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs