Memory MCP Server (Grizzly Peak)

Stabledevelopment
25 starsTypeScriptGrizzly Peak Software
GitHub
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 build
Examples

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

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us
CortexAgent Customer Service

Want to skip the form?

Our team is available to help you get started with CortexAgent.

This chat may be recorded for quality assurance. You can view our Privacy Policy.

Memory MCP Server (Grizzly Peak) - MCP Server Directory - CortexAgent