Clude Memory MCP

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Clude Memory MCP" with this command: npx skills add sebbsssss/clude-memory-mcp

Clude Memory MCP

MCP server exposing a 4-tier cognitive memory architecture inspired by Stanford's Generative Agents (Park et al. 2023).

Tools

recall_memories

Search the memory system. Returns scored memories ranked by relevance, importance, recency, and vector similarity.

  • query — text to search against memory summaries
  • tags — filter by tags
  • related_user — filter by user/agent ID
  • memory_types — filter by type: episodic, semantic, procedural, self_model
  • limit — max results (1-20, default 5)
  • min_importance — minimum importance threshold (0-1)

store_memory

Store a new memory. Memories persist across conversations, decay over time if not accessed, and get committed to Solana.

  • typeepisodic (events), semantic (knowledge), procedural (behaviors), self_model (identity)
  • content — full memory content
  • summary — short summary for recall matching
  • tags — tags for filtering
  • importance — importance score 0-1
  • source — origin identifier (e.g. mcp:my-agent)

get_memory_stats

Get statistics: counts by type, average importance/decay, dream session history, top tags.

get_market_mood

Get current market mood and price state (no LLM call).

ask_clude

Ask Clude a question and get an in-character response. Calls Claude API.

Setup

npm install clude-bot

Requires a Supabase project with the schema from supabase-schema.sql. Set SUPABASE_URL and SUPABASE_SERVICE_KEY environment variables.

Architecture

  • 4-tier memory: episodic (7%/day decay), semantic (2%/day), procedural (3%/day), self_model (1%/day)
  • Hybrid retrieval: pgvector cosine similarity + keyword matching + tag scoring
  • Dream cycles: consolidation, reflection, emergence — every 6 hours
  • On-chain commitment: SHA-256 hashed memories committed to Solana via memo transactions
  • Granular decomposition: per-fragment embeddings for precise sub-memory retrieval

License

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated