Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

central intelligence in other clients