agent-memory-mcp

仓库创建 2026年1月15日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由

支持长期记忆、项目文档同步与可检索知识库建设。

▸ 风险提示

运行服务器并开放端口,可能带来外网暴露及运维安全风险。

这个 Skill 做什么

作为 MCP 服务运行的混合记忆库,提供持久可搜索的代理知识管理。

把混合记忆库当成一个独立的服务(MCP)跑起来,提供读写与搜索接口,方便多个代理或工具共享长期记忆。适合需要集中管理项目架构、设计模式和决策记录的团队,或把记忆作为服务接入不同代理。特点是服务化部署、支持并发访问和持久化检索,便于跨工具同步历史信息。

▸ 展开 SKILL.md 英文原文

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

数据与抓取记忆存储向量检索持久化MCP通用
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/agent-memory-mcp/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-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 公开信息 · 原文版权归作者所有