agent-memory-mcp

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-memory-mcp" with this command: npx skills add dokhacgiakhoa/antigravity-ide/dokhacgiakhoa-antigravity-ide-agent-memory-mcp

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

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)

Capabilities (MCP Tools)

🧠 Knowledge Modules (Fractal Skills)

  1. memory_search

  2. memory_write

  3. memory_read

  4. memory_stats

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agent-orchestration

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

parallel-agents

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agent-d3js-skill

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agent-coding-standards

No summary provided by upstream source.

Repository SourceNeeds Review