Skip to content
Cline

central intelligence for Cline

io.github.alekseimarchenko/central-intelligence

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

client:Cline transport:stdio runtime:npm

Install central intelligence in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "central-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "central-intelligence-mcp"
      ],
      "env": {
        "CI_API_KEY": "<CI_API_KEY>",
        "CI_API_URL": "<CI_API_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

central intelligence in other clients