Integration · Claude Code
Give Claude Code real, persistent memory
Claude Code starts most sessions from near-zero: a CLAUDE.md you maintain by hand, plus a small auto-memory that truncates. CognitiveX is a hosted, consolidating memory that Claude Code can call over MCP, persistent across every session and project.
Install in 60 seconds
npm install -g @cognitivx/cli
cogx auth login
cogx mcp install claudeOr add it to your MCP config by hand (hosted, nothing to run locally):
// .mcp.json
{
"mcpServers": {
"icog": {
"url": "https://api.cognitivx.io/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Create a key at developers.cognitivx.io/keys. Then remember and recall become tools Claude Code can call, and the memory consolidates server-side. Full walkthrough in the guide.
FAQ
How is this different from CLAUDE.md?
CLAUDE.md is a static file you maintain by hand, and the built-in auto-memory is small and truncates. CognitiveX is a hosted memory that persists across sessions and projects and consolidates what matters instead of accumulating everything.
Is it hard to install?
No. It is one CLI command or one entry in your MCP config pointing at the hosted endpoint with a bearer token. There is nothing to run locally.
Does it work across projects?
Yes. The same memory backbone follows you across every project and every MCP client, not just one repo.
Give Claude Code a memory that learns
Hosted, consolidating, cross-session. Installed over MCP.
Get your key →