← Index

io.github.AlekseiMarchenko/central-intelligence

io.github.AlekseiMarchenko/central-intelligence·v0.1.3·Memory & RAG
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "central-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "central-intelligence-mcp"
      ],
      "env": {
        "CI_API_KEY": "<your-ci_api_key>",
        "CI_API_URL": "<ci_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "central-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "central-intelligence-mcp"
      ],
      "env": {
        "CI_API_KEY": "<your-ci_api_key>",
        "CI_API_URL": "<ci_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y central-intelligence-mcp
§02  Environment variables
CI_API_KEY
requiredsecret

Your Central Intelligence API key. Get one free at: npx central-intelligence-cli signup

CI_API_URL

API base URL (only needed for self-hosted instances)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG