agent-memory-mcp

📁 dokhacgiakhoa/antigravity-ide 📅 8 days ago
2
总安装量
2
周安装量
#63272
全站排名
安装命令
npx skills add https://github.com/dokhacgiakhoa/antigravity-ide --skill agent-memory-mcp

Agent 安装分布

amp 2
github-copilot 2
codex 2
kimi-cli 2
gemini-cli 2
cursor 2

Skill 文档

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:

    git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory
    
  2. Install Dependencies:

    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 project:

    npm run start-server <project_id> <absolute_path_to_target_workspace>
    

    Example for current directory:

    npm run start-server my-project $(pwd)
    

Capabilities (MCP Tools)

🧠 Knowledge Modules (Fractal Skills)

1. memory_search

2. memory_write

3. memory_read

4. memory_stats