How agents connect
Agents read and write Cognee memory in one of a few ways. Pick the one your agent supports:Before you start
Every Cloud connection needs two values from your tenant:1
Copy your tenant base URL
Your Cloud base URL looks like
https://your-tenant.aws.cognee.ai. It’s shown in the dashboard and in the Integrations page, which prefills it into every copy-on-click snippet.2
Create an API key
Generate a key on the API Keys page. Store it securely — treat it like a password.
Choose your agent
Claude Code
Install the memory plugin and point it at your tenant — memory across every session.
Codex
Enable hooks, install the plugin, and connect to Cloud. Shares a dataset with Claude Code.
Cursor
Register Cognee as an MCP tool provider in Cursor’s Agent.
VS Code (Cognee extension)
A citable project memory extension — remember, ask, and recall in-editor.
Claude Desktop
Add Cognee as an MCP server in Claude Desktop’s config.
OpenClaw
Register Cognee as OpenClaw’s memory provider pointed at your Cloud tenant, with multi-scope recall.
Hermes Agent
Drop-in memory provider in remote mode — turns are captured and promoted to the graph.
Don’t see your agent? Any framework can connect through the SDK, an MCP server, or the REST API — see Connecting an Agent and the full integration catalog.