返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
C

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
520
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

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. - `type` — `episodic` (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 ```bash 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clude-memory-mcp-1776317180 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clude-memory-mcp-1776317180 技能

通过命令行安装

skillhub install clude-memory-mcp-1776317180

下载

⬇ 下载 Clude Memory MCP v1.0.0(免费)

文件大小: 7.16 KB | 发布时间: 2026-4-16 15:53

v1.0.0 最新 2026-4-16 15:53
Initial release — 4-tier cognitive memory system with recall, store, stats, mood, and ask tools

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部