Add Cognee memory tools to your Dify apps and workflows.
Connect Dify to cognee’s AI memory engine with a marketplace tool plugin. Add data, build a knowledge graph with cognify, and run semantic search directly from your Dify apps and workflows — no code required.There are two plugins depending on where your Cognee runs:
In the Dify plugins page, find Cognee (Self-Hosted) and configure:
Field
Value
base_url
http://localhost:8000
user_email
default_user@example.com
user_password
default_password
The plugin validates the configuration with a health check and login.
The plugin runs on your host (not inside Docker), so use localhost. If you run the plugin inside Docker too, use host.docker.internal. Change the default credentials before production use.
Search the knowledge graph for relevant information
Update Data
Replace an existing data item and re-integrate it into memory
Delete Dataset
Delete a dataset and all its data
Delete Data
Delete a specific data item
The self-hosted plugin authenticates with email + password (not an API key), adds an Update Data tool, and does not include the cloud-only Add File / Create Dataset tools.