HomeKnowledge & Memory › central-intelligence

central-intelligence

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

TypeScript Cloud
★ 3 stars Last pushed 2026-05-08 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y central-intelligence-mcp@0.1.3

Or add to your MCP client config:

{
  "mcpServers": {
    "central-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "central-intelligence-mcp@0.1.3"
      ],
      "env": {
        "CI_API_KEY": "<YOUR_VALUE>",
        "CI_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CI_API_KEY required secret — 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)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry