MCP Directory
Back

claude-memory-mcp

by WhenMoon-afk · TypeScript · ★ 68

Local Memory MCP Server

Install

npx -y github:WhenMoon-afk/claude-memory-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:WhenMoon-afk/claude-memory-mcp"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/@whenmoon-afk/memory-mcp) [](https://opensource.org/licenses/MIT) Local-first memory database and continuity journal for MCP clients. is a basic local memory database and lightweight continuity journal for AI workflows. It helps an agent resume work coherently by saving compact continuity artifacts, tracking key decisions and state, and returning only the level of detail requested instead of dumping a full archive into context. Use it when you want a local, private continuity store that works across MCP clients and shell scripts. It is intentionally boring…
Read full README on GitHub →

Related other servers