AI Memory MCP Server

Online

Local Markdown Memory Layer for Claude & ChatGPT

Memory Directory0 items

Loading memory index...

Record New Memory

Backing store format is standard .md Markdown.

MCP Tools Simulator

Execute client-like tool commands against the memory storage layer.

// Execution output will appear here.

Integration Settings

Add this to your local Claude Desktop config file to let Claude remember things dynamically:

~/.config/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ai-memory-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/ai-memory-mcp/dist/index.js"
      ],
      "env": {
        "MEMORY_DIR": "/absolute/path/to/ai-memory-mcp/memory"
      }
    }
  }
}

Build standard JS before running: npm run build inside the workspace first.