Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Cognitive memory for AI agents. Not just storage β synthesis.
A cognitive memory system. Most memory SDKs store and retrieve. Clude also processes memories over time β decay, consolidation, contradiction resolution, reflection.
npx @clude/sdk registerCognitive architecture:
No framework integrations (LangGraph, CrewAI) β wrappers around brain.store() and brain.recall() are days each. No structured business data ingestion. No temporal fact validity querying. No managed enterprise platform. No large contributor community. Early-stage adoption.
Clude is a memory engine, not a framework. Framework integrations, structured data ingestion, temporal querying, enterprise platforms, evaluation frameworks, multi-model support, autonomous operation, multi-user scoping β these can all be built on top. A non-developer built a 5,750-line autonomous agent on Clude in two weeks using an AI coding assistant β 109 tools, self-editing agent-directed memory, multi-model inference, web search, multi-user presence tracking, and a browser UI. The cognitive architecture was handled by Clude.
Public Wallet: CA1HYUXZXKc7CasRGpQotMM9RiYJbVuPJq3n8Ar9oQZb
Built on Stanford Generative Agents, MemGPT/Letta, CoALA, and Beads.
Works with: Claude Code, Claude Desktop, Cursor, and any MCP-compatible agent runtime.
Or use the SDK:
No database, no infrastructure. Memories stored on CLUDE infrastructure, isolated by API key.
For full control, use your own Supabase:
Explore your agent's memory at clude.io/dashboard-new.
Sign in with a Solana wallet or Cortex API key.
setup works headless: with no TTY it never prompts and completes in local-only mode. Set CLUDE_SETUP_EMAIL=you@example.com to register non-interactively (CI, Dockerfiles, scripts).
Add Clude to any MCP-compatible agent. Run npx @clude/sdk setup for automatic installation, or add manually:
Config file locations:
.mcp.json (project root)~/Library/Application Support/Claude/claude_desktop_config.json~/.cursor/mcp.jsonYour agent gets 8 tools:
| Tool | Description |
|---|---|
recall_memories | Search memories with hybrid scoring (vector + keyword + tags + importance) |
store_memory | Store a new memory with type, content, summary, tags, importance |
batch_store_memories | Store up to 50 memories in a single call |
list_memories | Browse without a query β paginated, sorted by recency, importance, or last access |
update_memory | Update fields of an existing memory by ID |
delete_memory | Permanently delete a memory by ID |
get_memory_stats | Memory statistics β counts by type, avg importance/decay, top tags |
find_clinamen | Anomaly retrieval β find high-importance memories with low relevance to current context |
The MCP server runs in four modes, auto-detected from environment:
| Mode | Config | Storage |
|---|---|---|
| Hosted | CORTEX_API_KEY | clude.io (zero setup) |
| Self-hosted | SUPABASE_URL + SUPABASE_SERVICE_KEY | Your Supabase |
| Local SQLite (default) | none β what setup creates | ~/.clude/brain.db (local embeddings, fully offline) |
| Local JSON | --local flag or CLUDE_LOCAL=true | ~/.clude/memories.json (portable single file) |
The two local stores are separate β memories in one aren't visible from the other. Use the SQLite default unless you need the portable JSON file.
Go to supabase.com and create a free project.
Open the SQL Editor in your Supabase dashboard and paste the contents of supabase-schema.sql:
Or let brain.init() attempt auto-creation.
TypeScript declarations ship with the package (v3.3.0+) β Cortex and every option/result type below import with full IntelliSense under strict mode.
Hosted mode:
Self-hosted mode:
brain.init()Initialize the database schema. Call once before any other operation.
brain.store(opts)Store a new memory. Returns the memory ID or null.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/clude)<a href="https://allmcps.com/mcp/clude"><img src="https://allmcps.com/api/badge/clude?style=directory" alt="Clude on AllMCPs" /></a>