claude-code-project-memory

sukenshah/claude-code-project-memory
★ 1 stars TypeScript 🗄️ Database Updated today
MCP server that gives Claude persistent long-term memory across sessions within the scope of a project. It stores session summaries and structured insights in a local SQLite database, so Claude can recall past decisions, patterns, and mistakes at the start of each new conversation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-project-": {
      "command": "npx",
      "args": [
        "-y",
        "sukenshah/claude-code-project-memory"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that gives Claude persistent long-term memory across sessions within the scope of a project. It stores session summaries and structured insights in a local SQLite database, so Claude can recall past decisions, patterns, and mistakes at the start of each new conversation.

Tools (8)

add_insightget_recent_sessionsget_session_detailquery_insightsreindex_insightsremove_insightreview_duplicateswrite_session