topoteretes_cognee-mcp-server

topoteretes_cognee-mcp-server

3.4

An MCP server for Cognee, an AI memory engine.

The Cognee MCP Server is designed to facilitate the integration of Cognee's AI memory engine with various applications. It provides a robust platform for building and searching knowledge graphs, allowing users to efficiently manage and retrieve information. The server is equipped with tools that enable the construction of knowledge graphs from input text and perform searches within these graphs. This makes it an ideal solution for applications that require advanced data retrieval and knowledge management capabilities.

Features

  • Integration with Cognee AI memory engine
  • Knowledge graph construction and search
  • Customizable graph model implementation
  • Support for various database providers
  • Efficient data retrieval and management

MCP Tools

  • Cognify_and_search: Builds knowledge graph from the input text and performs search in it.

Usage with Different Platforms

Claude Desktop


"mcpcognee": {
  "command": "uv",
  "args": [
    "--directory",
    "/path/to/your/cognee-mcp-server",
    "run",
    "mcpcognee"
  ],
  "env": {
    "ENV": "local",
    "TOKENIZERS_PARALLELISM": "false",
    "LLM_API_KEY": "your llm api key",
    "GRAPH_DATABASE_PROVIDER": "networkx",
    "VECTOR_DB_PROVIDER": "lancedb",
    "DB_PROVIDER": "sqlite",
    "DB_NAME": "cognee_db"
  }
}