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"
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.