Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y cogneeAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add cogneeAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use topoteretes/cognee directly without routing
npx -y cogneeNew to Agent-CoreX? View setup guide →