home / mcp / memory mcp server

Memory MCP Server

Provides a per-project memory store with mem_save for recording structured memories into JSON with a token-based eviction policy.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "artin0123-memory-mcp": {
      "url": "https://localhost/mcp"
    }
  }
}

Available tools

mem_save

Tool to record memories for a project into a per-project JSON file under .memory/memory.json, with inputs including what, why, outcome, and optional context; uses a token-budgeted FIFO eviction to stay under ~1000 tokens.