Memory Sqlite
Freeby 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
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
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"]
}
}
}