MCP Directory

topoteretes/cognee

GitHub
Productivity

Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources

Direct install

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

npx -y cognee

Use with Agent-CoreX

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

agent-corex.json

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

Route topoteretes/cognee 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 cognee

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

Direct Install

Use topoteretes/cognee directly without routing

npx -y cognee

New to Agent-CoreX? View setup guide →

topoteretes/cognee MCP Server — Agent-CoreX