agent-memory-mcp by sickn33/antigravity-awesome-skills
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill agent-memory-mcp此技能提供一个持久化、可搜索的记忆库,能够自动与项目文档同步。它作为 MCP 服务器运行,允许对长期记忆进行读取/写入/搜索。
克隆仓库:将 agentMemory 项目克隆到你的智能体工作区或一个平行目录中:
git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory
安装依赖:
cd .agent/skills/agent-memory npm install npm run compile
启动 MCP 服务器:使用辅助脚本为你当前的项目激活记忆库:
npm run start-server <project_id> <absolute_path_to_target_workspace>
当前目录示例:
npm run start-server my-project $(pwd)
memory_search通过查询、类型或标签搜索记忆。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
query (string), type? (string), tags? (string[])memory_search({ query: "authentication", type: "pattern" })memory_write记录新知识或决策。
key (string), type (string), content (string), tags? (string[])memory_write({ key: "auth-v1", type: "decision", content: "..." })memory_read通过键检索特定的记忆内容。
key (string)memory_read({ key: "auth-v1" })memory_stats查看记忆使用情况的分析。
memory_stats({})此技能包含一个独立的仪表板,用于可视化记忆使用情况。
npm run start-dashboard <absolute_path_to_target_workspace>
访问地址:http://localhost:3333
此技能适用于执行概述中描述的工作流或操作。
每周安装数
513
仓库
GitHub 星标数
27.1K
首次出现
Jan 22, 2026
安全审计
安装于
opencode441
gemini-cli427
codex396
cursor374
github-copilot361
claude-code347
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.
Clone the Repository : Clone the agentMemory project into your agent's workspace or a parallel directory:
git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory
Install Dependencies :
cd .agent/skills/agent-memory
npm install
npm run compile
Start the MCP Server : Use the helper script to activate the memory bank for your current project:
npm run start-server <project_id> <absolute_path_to_target_workspace>
Example for current directory:
npm run start-server my-project $(pwd)
memory_searchSearch for memories by query, type, or tags.
query (string), type? (string), tags? (string[])memory_search({ query: "authentication", type: "pattern" })memory_writeRecord new knowledge or decisions.
key (string), type (string), content (string), tags? (string[])memory_write({ key: "auth-v1", type: "decision", content: "..." })memory_readRetrieve specific memory content by key.
key (string)memory_read({ key: "auth-v1" })memory_statsView analytics on memory usage.
memory_stats({})This skill includes a standalone dashboard to visualize memory usage.
npm run start-dashboard <absolute_path_to_target_workspace>
Access at: http://localhost:3333
This skill is applicable to execute the workflow or actions described in the overview.
Weekly Installs
513
Repository
GitHub Stars
27.1K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
opencode441
gemini-cli427
codex396
cursor374
github-copilot361
claude-code347
AI 代码实施计划编写技能 | 自动化开发任务分解与 TDD 流程规划工具
41,400 周安装
Oracle 到 PostgreSQL 数据库迁移计划自动生成工具 | .NET 解决方案分析
493 周安装
TanStack Table 无头数据表格 | Cloudflare Workers + D1 服务器端分页排序
493 周安装
JavaScript 概念 SEO 审计:提升开发者文档搜索排名与可见性
493 周安装
代码安全审查技能:密钥管理、SQL注入防护、身份验证最佳实践指南
493 周安装
InkOS 多智能体小说创作 CLI 工具:AI 自主写作、审核与修订完整流程
494 周安装
Vue.js开发指南:核心原则、组件最佳实践与响应式编程完整教程
494 周安装