Skip to content
Claude Desktop

central intelligence for Claude Desktop

io.github.alekseimarchenko/central-intelligence

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

client:Claude Desktop transport:stdio runtime:npm

Install central intelligence in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

central intelligence in other clients