agent-memory-mcp

Store and retrieve persistent, searchable memories for AI agents via MCP server.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/BoraPerusic/agents --skill agent-memory-mcp-boraperusic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-memory-mcp
Source: https://github.com/BoraPerusic/agents/tree/main/skills/to%20try/agent-memory-mcp
Command: npx skills add https://github.com/BoraPerusic/agents --skill agent-memory-mcp-boraperusic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stores and retrieves persistent, searchable memories to help AI agents maintain knowledge across sessions and projects, reducing loss of architectural decisions, patterns, and decisions.

Core Features & Use Cases

  • Persistent memory bank that automatically syncs with project documentation.
  • MCP server providing memory_search, memory_write, memory_read, memory_stats for long-term knowledge management.
  • Standalone memory dashboard for visualization and analytics of stored memories and decisions.

Quick Start

Clone the agentMemory repository into your workspace, install dependencies, and start the MCP server for your project.

Frequently Asked Questions about agent-memory-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I store persistent memory for AI agents across multiple sessions?

To store persistent memory for AI agents, you use an MCP server with memory_write and memory_read capabilities. This allows your agents to save and retrieve architecture decisions, patterns, and documentation across long-running projects.

What is an MCP server memory bank and how does it work?

An MCP server memory bank provides persistent, searchable memory for AI agents. It uses memory_search, memory_write, memory_read, and memory_stats functions to maintain and query long-term knowledge and project documentation across sessions.

Do I need Node.js to set up persistent searchable memory for my AI agent?

Yes, you need Node.js v18+ to set up persistent searchable memory for your AI agent. After installing Node.js, you must clone the repository, run npm install, compile the code, and start the MCP server.

Can I visualize and search stored AI agent memories outside of the chat session?

Yes, you can visualize and search stored AI agent memories using a standalone dashboard. The memory dashboard runs at http://localhost:3333 and provides analytics for your stored memories and project decisions.

What's the best way to prevent AI agents from forgetting architecture decisions in long-running projects?

The best way to prevent AI agents from forgetting architecture decisions is implementing a persistent memory bank. This automatically syncs with project documentation and uses an MCP server to store and retrieve searchable knowledge.

How do I check the memory stats and knowledge capacity of my AI agent memory server?

You can check the memory stats and knowledge capacity of your AI agent memory server using the built-in memory_stats function. This provides analytics on stored memories and decisions within your persistent memory bank.