MCP Directory

AlekseiMarchenko/central-intelligence

GitHub
Productivity

Persistent memory for AI agents. Five tools (remember, recall, context, forget, share) with semantic search via vector embeddings and agent/user/org scoping. Works with Claude Code, Cursor, Windsurf, and any MCP client.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y central-intelligence

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from AlekseiMarchenko/central-intelligence your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "central-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "central-intelligence"
      ]
    }
  }
}

Route AlekseiMarchenko/central-intelligence intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add central-intelligence

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use AlekseiMarchenko/central-intelligence directly without routing

npx -y central-intelligence

New to Agent-CoreX? View setup guide →

AlekseiMarchenko/central-intelligence MCP Server