AI Skill Hub 强烈推荐:mnemon MCP工具 是一款优质的MCP工具。AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
专为AI代理设计的开源持久化记忆系统,采用图数据库架构实现跨会话记忆回忆。支持MCP协议集成Claude等LLM,帮助AI代理建立长期知识积累和上下文理解能力,适合开发智能代理应用的开发者。
mnemon MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
专为AI代理设计的开源持久化记忆系统,采用图数据库架构实现跨会话记忆回忆。支持MCP协议集成Claude等LLM,帮助AI代理建立长期知识积累和上下文理解能力,适合开发智能代理应用的开发者。
mnemon MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/mnemon-dev/mnemon
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"mnemon-mcp--": {
"command": "npx",
"args": ["-y", "mnemon"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 mnemon MCP工具 执行以下任务... Claude: [自动调用 mnemon MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"mnemon_mcp__": {
"command": "npx",
"args": ["-y", "mnemon"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <img src="docs/logo/logo.svg" width="160" height="160" alt="Mnemon Logo" /> </p>
SKILL.md, INSTALL.md, GUIDELINE.md, and four lifecycle remindersremember, link, recall) map to the LLM's cognitive vocabulary, not database syntax; structured JSON output with signal transparencyremember auto-detects duplicates and conflicts; skips or auto-replacesHomebrew (macOS / Linux):
brew install mnemon-dev/tap/mnemon
Go install:
go install github.com/mnemon-dev/mnemon@latest
From source:
git clone https://github.com/mnemon-dev/mnemon.git && cd mnemon
make install
Verify installation:
mnemon --version
mnemon setup --eject
| Environment Variable | Default | Description |
|---|---|---|
MNEMON_DATA_DIR | ~/.mnemon | Base data directory |
MNEMON_STORE | *(active file or default)* | Named memory store for data isolation |
Ollama-specific (only relevant if using embeddings):
| Environment Variable | Default | Description |
|---|---|---|
MNEMON_EMBED_ENDPOINT | http://localhost:11434 | Ollama API endpoint |
MNEMON_EMBED_MODEL | nomic-embed-text | Embedding model name |
Mnemon combines the paradigm of one paper with the methodology of another, grounded in the structural insight that graph memory is isomorphic to LLM attention. See Theoretical Foundations for details.
Do different sessions share memory? Yes. By default, all sessions use the same default store — a decision remembered in one session is available in every future session.
Can I isolate memory per project or agent? Yes. Use named stores to separate memory:
mnemon store create work # create a new store
mnemon store set work # set as default
MNEMON_STORE=work mnemon recall "query" # or use env var per-process
Different agents/processes can use different stores via the MNEMON_STORE environment variable — no global state contention.
Local or global mode? mnemon setup defaults to local (project-scoped .claude/), recommended for most users. Global (mnemon setup --global, installed to ~/.claude/) activates mnemon across all projects — convenient if you want other frameworks (e.g., OpenClaw) to share memory by forwarding requests through Claude Code CLI, but may add maintenance overhead.
How do I customize the behavior? Edit the generated guideline (~/.mnemon/prompt/guide.md in current setup flows). Skill files should stay focused on command syntax.
What is sub-agent delegation? Sub-agent delegation is optional. When a runtime supports it, the main agent can decide what to remember and ask a cheaper or isolated worker to execute mnemon remember. It is a useful execution strategy, not a required part of the Mnemon architecture.
Mnemon 是一个简介,包含项目 logo 和简要介绍。
Mnemon 的功能包括零用户操作、LLM 监督、多框架支持和 Markdown 安装式集装箱等。
Mnemon 的安装方式包括 Homebrew、Go 安装和从源码安装等。
Mnemon 的快速启动教程包括安装和验证安装等步骤。
Mnemon 的配置包括环境变量、数据目录和存储选项等。
Mnemon 的 API 参考包括 LLM 监督、图形内存和递归语言模型等概念的详细信息。
Mnemon 的常见问题包括会话共享内存、内存隔离等问题的答案。
创新性的AI代理记忆解决方案,图数据库设计优雅高效。Go语言实现确保性能,MCP协议集成标准化程度好,有助于AI代理能力升级。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,mnemon MCP工具 是一款质量优秀的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | mnemon |
| 原始描述 | 开源MCP工具:LLM-supervised persistent memory for AI agents — graph-based recall, cross-sessi。⭐218 · Go |
| Topics | MCP工具代理记忆图数据库持久化存储Claude集成 |
| GitHub | https://github.com/mnemon-dev/mnemon |
| License | MIT |
| 语言 | Go |
收录时间:2026-05-18 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端