MCP Directory
Back

claude-memory-mcp

by tanaka-kun-dev · JavaScript · ★ 0

MCP server providing persistent file-based memory for Claude. TypeScript + @modelcontextprotocol/sdk.

Install

npx -y github:tanaka-kun-dev/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:tanaka-kun-dev/claude-memory-mcp"
      ]
    }
  }
}

From the README

MCP server for Claude Code's auto-memory system. Lets any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.) read, search, add, update, and remove memory files in . Claude Code's auto-memory feature persists facts about the user, project, and feedback as markdown files with YAML frontmatter. Managing these files by hand is tedious — and other MCP clients can't reach them at all. This server exposes the memory directory as MCP **resources** and provides **tools** to manage entries. > Note: The unscoped name is taken by another package on npm. Install via the scoped name above.…
Read full README on GitHub →

Related filesystem servers