Agent 记忆系统 MCP 服务 — 为 Claude Code / Cursor 等 AI 客户端提供持久记忆能力
Project description
Agent Memory MCP
Agent 记忆系统 MCP 服务 — 为 Claude Code / Cursor 等 AI 客户端提供持久记忆能力。
功能
- 记住 关键信息、用户偏好、项目上下文
- 回忆 相关记忆,支持语义搜索和 LLM 重排序
- 摘要 自动生成会话摘要并提取事实
- 任务管理 跟踪活跃任务、同步 beads 任务数据
- 审计日志 查询操作历史
安装
pip install ivanston-memory-mcp
配置
在 MCP 客户端配置中添加:
{
"mcpServers": {
"agent-memory": {
"command": "agent-memory",
"args": ["server"],
"env": {
"ANTHROPIC_API_KEY": "sk-..."
}
}
}
}
使用
# CLI 命令
agent-memory remember "重要信息" --tags project,config
agent-memory recall "查询内容"
agent-memory task list
许可证
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ivanston_memory_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ivanston_memory_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
734fff6ba94aac8b018aefaf742bdd9544997c80420c4af0e324783b3563698c
|
|
| MD5 |
f46ada880fdb963d53cd97dc357ee9a6
|
|
| BLAKE2b-256 |
4b895db0b3069a911fc9241838009b5195d65b2d06c3a0a45263960d7f189cf0
|