Skip to content

Memory Sqlite

Free

by MCP Community

Production-ready MCP memory server with SQLite WAL for thread-safe concurrent access. Drop-in replacement for @modelcontextprotocol/server-memory. Prevents race

v1.1.0Added Apr 12, 2026
mcpmodel-context-protocolmcp-servermemorysqlite
Works with:ClaudeGPTGeminiCopilot

Memory Sqlite MCP Server

Production-ready MCP memory server with SQLite WAL for thread-safe concurrent access. Drop-in replacement for @modelcontextprotocol/server-memory. Prevents race

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @pepk/mcp-memory-sqlite
Add to claude_desktop_config.json
{
  "mcpServers": {
    "memory-sqlite": {
      "command": "npx",
      "args": ["-y", "@pepk/mcp-memory-sqlite"]
    }
  }
}