agent-memory-mcp

仓库创建 2026年1月15日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

让代理同步项目文档并持久检索历史决策,显著提升上下文能力。

▸ 风险提示

运行记忆服务器需暴露端口并存储敏感数据,注意访问控制与隐私。

这个 Skill 做什么

提供可搜索的持久化记忆库,作为 MCP 服务供代理读写长期记忆。

提供一个可持久化且可搜索的记忆库,作为 MCP 服务供代理读写和检索长期知识,能自动与项目文档同步。适合需要长期记忆、上下文恢复或把架构与决策记录下来的场景。特点是支持全文检索、读写 API 与持久化存储,让 agents 能方便查到历史信息并复用知识。

▸ 展开 SKILL.md 英文原文

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

数据与抓取记忆管理长期存储MCP服务通用
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-memory-mcp/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-memory-mcp/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Agent Memory Skill

This skill provides a persistent, searchable memory bank that automatically syncs with project documentation. It runs as an MCP server to allow reading/writing/searching of long-term memories.

## Prerequisites

- Node.js (v18+)

## Setup

1. **Clone the Repository**:
   Clone the `agentMemory` project into your agent's workspace or a parallel directory:

   ```bash
   git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory
   ```

2. **Install Dependencies**:

   ```bash
   cd .agent/skills/agent-memory
   npm install
   npm run compile
   ```

3. **Start the MCP Server**:
   Use the helper script to activate the memory bank for your current pro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有