← Back to Catalog

topoteretes/cognee

↗ GitHub

Knowledge Engine for AI Agent Memory in 6 lines of code

14,847

Stars

1,494

Forks

62

Watchers

74

Open Issues

Python·Apache License 2.0·Last commit Apr 1, 2026·by @topoteretes·Published April 1, 2026·Analyzed 6d ago
A

Safety Rating A

No hardcoded secrets, malicious code patterns, suspicious dependencies, or prompt injection attempts were detected. The repository is a well-structured, actively maintained open-source project with 14,000+ stars, a clear Apache 2.0 license, published research citations, and standard Python packaging. The README contains only legitimate product documentation and code examples.

AI-assisted review, not a professional security audit.

AI Analysis

Cognee is an open-source knowledge engine for building persistent, dynamic AI agent memory. It ingests data in any format, processes it through a pipeline that combines vector embeddings and graph databases, and continuously learns to surface contextually relevant information for AI agents. It supports local and cloud deployment, multiple LLM providers, MCP integration, and exposes both a Python API and a CLI.

Use Cases

  • Building persistent long-term memory for AI agents using knowledge graphs and vector search
  • Ingesting and indexing documents, structured data, or unstructured text into a queryable knowledge engine
  • Enabling personalized AI assistants that learn from feedback and cross-agent knowledge sharing
  • Augmenting LLM responses with graph-based retrieval (GraphRAG) for improved reasoning
  • Deploying a self-hosted or managed knowledge infrastructure for enterprise AI pipelines

Tags

#ai-agents#memory#knowledge-graph#rag#vector-database#mcp

Project Connections