1. cognee.add
Add text content to the Cognee memory system.
2. cognee.cognify
Generate a knowledge graph from the ingested data.
3. cognee.search
Query the knowledge graph to retrieve relevant information.
Cognee provides dynamic memory for AI agents with scalable ECL pipelines, replacing RAG systems while reducing developer effort and costs through modular data processing.

{
"name": "cognee",
"version": "1.0.0",
"mcp": {
"servers": {
"cognee": {
"command": "python",
"args": ["-m", "cognee"],
"env": {
"LLM_API_KEY": "your_openai_api_key_here"
}
}
}
}
}