Back to MCP Servers
Cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
knowledge-memoryaiagent
By topoteretes
Installation
npx -y cogneeConfiguration
{
"mcpServers": {
"cognee": {
"command": "npx",
"args": ["-y", "cognee"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes