Install
openclaw skills install clude-memory-mcpClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
MCP server for Clude's 4-tier cognitive memory system — store, recall, search, and dream. Built on Supabase + pgvector with type-specific decay, Hebbian association graphs, and on-chain commitment via Solana.
openclaw skills install clude-memory-mcpMCP server exposing a 4-tier cognitive memory architecture inspired by Stanford's Generative Agents (Park et al. 2023).
recall_memoriesSearch the memory system. Returns scored memories ranked by relevance, importance, recency, and vector similarity.
query — text to search against memory summariestags — filter by tagsrelated_user — filter by user/agent IDmemory_types — filter by type: episodic, semantic, procedural, self_modellimit — max results (1-20, default 5)min_importance — minimum importance threshold (0-1)store_memoryStore a new memory. Memories persist across conversations, decay over time if not accessed, and get committed to Solana.
type — episodic (events), semantic (knowledge), procedural (behaviors), self_model (identity)content — full memory contentsummary — short summary for recall matchingtags — tags for filteringimportance — importance score 0-1source — origin identifier (e.g. mcp:my-agent)get_memory_statsGet statistics: counts by type, average importance/decay, dream session history, top tags.
get_market_moodGet current market mood and price state (no LLM call).
ask_cludeAsk Clude a question and get an in-character response. Calls Claude API.
npm install clude-bot
Requires a Supabase project with the schema from supabase-schema.sql. Set SUPABASE_URL and SUPABASE_SERVICE_KEY environment variables.
MIT