MCP Storage (Claude Code and others)
Start new thread
Damian Sirbu

MCP Storage (Claude Code and others) - Mcp

by•
MCP server with SQLite storage and full-text search. Can be used with Claude Code.

Add a comment

Replies

Best
Damian Sirbu
Maker
šŸ“Œ
https://github.com/damiansirbu-o... As a software architect who's been frustrated with Claude Code's unreliable memory system, I built MCP Storage Server to solve a real problem we all face - losing important coding context between sessions. šŸ”„ What makes this different: Instant full-text search across all your coding discussions True persistence that survives restarts and updates Zero external dependencies - works completely offline Built specifically for developers storing code patterns, ADRs, and debugging solutions šŸš€ Quick start: npm install -g mcp-storage-server and you're done! The built-in Claude Code memory constantly fails, loses data, and has no search capability. This replaces it with a rock-solid SQLite backend that actually works. Perfect for anyone using Claude Code for serious development work.