memory-mcp

dog-m/memory-mcp
★ 0 stars Go 🤖 AI/LLM Updated today
A lightweight, portable MCP server in Go for managing long-term AI memories with JSON storage.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memory-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/dog-m/memory-mcp@latest"
      ]
    }
  }
}

README Excerpt

A simple and portable, single-user MCP server for managing long-term memories. - **Session Startup**: Get current time, memory utilization, and a summary of recent edits. - **Add Memory**: Create new memory records with automatic timestamps (max 750 characters per entry). - **List Memories**: Retrieve all stored memories in JSON format. Supports optional pattern-based filtering using `include` and `exclude` parameters (supports wildcards and alternatives, GLOB-like).

Topics

http-transportjsonmcp-server