agent-memory-mcp

Installation
Summary

Persistent, searchable memory system for agents to store and retrieve architectural decisions, patterns, and project knowledge.

  • Provides four core MCP tools: memory_search for querying by text/type/tags, memory_write to record decisions and patterns, memory_read to retrieve specific entries, and memory_stats for usage analytics
  • Runs as an MCP server that syncs with project documentation, enabling long-term knowledge retention across agent sessions
  • Includes a standalone dashboard (port 3333) for visualizing memory usage and organization
  • Requires Node.js v18+ and simple npm-based setup with a helper script to bind the memory bank to your project workspace
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:

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

Related skills
Installs
833
GitHub Stars
37.3K
First Seen
Jan 22, 2026