by WhenMoon-afk · MCP Server · ★ 67
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Claude Memory MCP 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 infrastructure: SQLite on your machine, one MCP tool, one CLI, explicit import/export, and no hosted service. Published package: Supported CLI command: Storage: local SQLite only Privacy: no telemetry, no network calls, no cloud service Why v3? The last npm-published v2 release was . v3 is an intentional product reset: the older identity-oriented , , and surface is removed, and the project is now focused on simple local continuity. Client-native memory features are useful when your client provides them, but they are usually client-owned. is for a different job: a portable, inspectable, local, private
| Stars | 67 |
| Forks | 14 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 65.4568883839452/100 |
| Open Issues | 3 |
| Last Updated | 2026-05-19 |
| Created | 2025-03-25 |
| Platforms | claude-code, mcp, node |
| Est. Tokens | ~74k |
Explore other popular mcp server tools:
claude-memory-mcp is Local Memory MCP Server. It is categorized as a MCP Server with 67 GitHub stars.
claude-memory-mcp is primarily written in TypeScript.
You can find installation instructions and usage details in the claude-memory-mcp GitHub repository at github.com/WhenMoon-afk/claude-memory-mcp. The project has 67 stars and 14 forks, indicating an active community.
claude-memory-mcp is released under the MIT license, making it free to use and modify according to the license terms.