
Like-I-Said
STDIOPersistent memory server for AI assistants to remember conversations across sessions
Persistent memory server for AI assistants to remember conversations across sessions
MCP memory server for AI assistants - Remember conversations across sessions
Give your AI assistants persistent memory! Store information, preferences, and context that survives conversation restarts.
npx @endlessblink/like-i-said-v2 install
That's it! The installer will:
Client | Status | Platform |
---|---|---|
Claude Desktop | ✅ Full Support | Windows, macOS, Linux |
Cursor | ✅ Full Support | Windows, macOS, Linux |
Windsurf | ✅ Full Support | Windows, macOS, Linux |
Claude Code (VS Code) | ✅ Full Support | Windows, macOS, Linux |
Continue | ✅ Full Support | Windows, macOS, Linux |
Zed Editor | ✅ Full Support | Windows, macOS, Linux |
After installation, your AI assistant will have these tools:
add_memory
- Store information with optional tagsget_memory
- Retrieve specific memory by IDlist_memories
- Show all stored memoriesdelete_memory
- Remove specific memorysearch_memories
- Search through memories by contenttest_tool
- Verify MCP connectionStore a preference:
"Remember that I prefer TypeScript over JavaScript for new projects"
Recall information:
"What did I tell you about my TypeScript preference?"
Project context:
"Store that this React app uses Tailwind CSS and shadcn/ui components"
Search memories:
"Find all memories about React projects"
npx @endlessblink/like-i-said-v2 init
npm install @endlessblink/like-i-said-v2 cd node_modules/@endlessblink/like-i-said-v2 npm run dev:full
Visit http://localhost:3001
for visual memory management.
npx @endlessblink/like-i-said-v2 start
Restart your AI client:
Ctrl+Shift+P
→ "Reload Window"Test the installation:
"What MCP tools do you have available?"
Start using memory:
"Remember that I'm working on a Next.js project called MyApp"
%APPDATA%\Claude\claude_desktop_config.json
(Windows)%USERPROFILE%\.cursor\mcp.json
(Windows)%USERPROFILE%\.codeium\windsurf\mcp_config.json
(Windows)npx @endlessblink/like-i-said-v2 install
memories.json
in package directoryFound a bug or want to contribute?
MIT License - see LICENSE file for details.
Made for AI enthusiasts who want their assistants to remember! 🧠✨