Skip to main content
Knowledge & MemoryTypeScript

topoteretes/cognee

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

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/topoteretes/cognee/tree/dev/cognee-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
topoteretes