About
Overview
The Memory MCP Server by Grizzly Peak Software provides a simple yet effective persistent memory system for AI agents. Memories are stored as tagged text entries in a local JSON file, with tools for storing new memories with categorization tags, searching by text or tag filters, retrieving all memories, deleting specific entries, and viewing tag usage statistics. Ideal for giving AI agents long-term recall across conversation sessions.
Capabilities
Tools & Capabilities
⚡store-memory
Save text content with optional categorization tags
⚡search-memories
Locate memories by text content or tag filters
⚡get-all-memories
Retrieve the complete memory collection
⚡delete-memory
Remove a specific memory by its ID
⚡get-tags-summary
Display statistics on tag usage across all memories
Setup
Installation
bash
Install
git clone https://github.com/grizzlypeaksoftware/mcp-memory-server && cd mcp-memory-server && npm install && npm run buildExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"memory": {
"command": "node",
"args": ["/path/to/mcp-memory-server/build/index.js", "/path/to/storage"]
}
}
}Quick Info
AuthorGrizzly Peak Software
LanguageTypeScript
StatusStable
Stars★ 25
Last UpdatedFeb 12, 2026