About
Cognee — Model Context Protocol server
README
Installing Manually
A MCP server project
Clone the cognee repo
Install dependencies
pip install uv
brew install postgresql
brew install rust
cd cognee-mcp
uv sync --dev --all-extras
- Activate the venv with
source .venv/bin/activate
- Add the new server to your Claude config:
The file should be located here: ~/Library/Application\ Support/Claude/ You need to create claude_desktop_config.json in this folder if it doesn't exist
{
"mcpServers": {
"cognee": {
"command": "/Users/{user}/cognee/.venv/bin/uv",
"args": [
"--directory",
"/Users/{user}/cognee/cognee-mcp",
"run",
"cognee"
],
"env": {
"ENV": "local",
"TOKENIZERS_PARALLELISM": "false",
"LLM_API_KEY": "sk-"
}
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/{user}/Desktop",
"/Users/{user}/Projects"
]
}
}
}
Restart your Claude desktop.
Installing via Smithery
To install Cognee for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install cognee --client claude
Define cognify tool in server.py Restart your Claude desktop.
Installing Cognee
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/JeromyJSmith/cognee-mcp-serverFAQ
Is Cognee MCP free?
Yes, Cognee MCP is free — one-click install via Unyly at no cost.
Does Cognee need an API key?
No, Cognee runs without API keys or environment variables.
Is Cognee hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Cognee in Claude Desktop, Claude Code or Cursor?
Open Cognee on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Cognee with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
