cognee-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cognee-mcp-serverBuild a knowledge graph from 'Einstein won the Nobel Prize in 1921' and search for 'Nobel'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cognee-mcp-server
An MCP server for cognee, an AI memory engine.
Tools
Cognify_and_search: Builds knowledge graph from the input text and performs search in it.Inputs:
text(String): Context for knowledge graph contstructionsearch_query(String): Query for retrievalgraph_model_file(String, optional): Filename of a custom pydantic graph model implementationgraph_model_name(String, optional): Class name of a custom pydantic graph model implementation
Output:
Retrieved edges of the knowledge graph
Related MCP server: RAG MCP Server
Configuration
Usage with Claude Desktop
Install uv with homebrew.
Add this to your claude_desktop_config.json:
"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”
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpflow/topoteretes_cognee-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server