Like-I-Said-memory-mcp-server
If you are the rightful owner of Like-I-Said-memory-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Like-I-Said MCP v2 is a memory server designed to provide AI assistants with persistent memory capabilities, allowing them to remember conversations and context across sessions.
Like-I-Said MCP v2
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.
โจ Features
- ๐ง Persistent Memory - AI remembers across conversations
- ๐ One-Command Install - Auto-configures all AI clients
- ๐ Cross-Platform - Windows, macOS, Linux (including WSL)
- ๐ React Dashboard - Modern web interface with real-time updates
- ๐ง 6 Memory Tools - Complete memory management suite
- ๐ Markdown Storage - Enhanced frontmatter with categories and relationships
- ๐ Advanced Search - Full-text search with filters and tags
- ๐ Analytics - Memory usage statistics and insights
- ๐จ Modern UI - Card-based layout with dark theme
๐ Easy Installation (No Technical Skills Required!)
Step 1: Install Node.js (First Time Only)
For complete beginners - Node.js is like installing a program that helps run JavaScript apps on your computer.
Windows Users:
- Visit: nodejs.org or nodejs.org/releases for older versions
- Download: Click the green "LTS" button (Long Term Support - most stable)
- Install:
- Run the downloaded
.msi
file - Click "Next" through all the steps (defaults are fine)
- โ Check "Automatically install the necessary tools" if asked
- Run the downloaded
- Verify:
- Press
Windows + R
, typecmd
, press Enter - Type:
node --version
and press Enter - You should see something like
v20.x.x
- Press
Mac Users:
- Visit: nodejs.org or nodejs.org/releases for specific versions
- Download: Click the green "LTS" button
- Install:
- Run the downloaded
.pkg
file - Follow the installer (defaults are fine)
- Run the downloaded
- Verify:
- Press
Cmd + Space
, typeterminal
, press Enter - Type:
node --version
and press Enter - You should see something like
v20.x.x
- Press
Linux Users:
# Ubuntu/Debian
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
# Verify
node --version
Step 2: One-Command MCP Installation
npx -p @endlessblink/like-i-said-v2 like-i-said-v2 install
What this magical command does:
- ๐ Finds your AI apps automatically (Claude Desktop, Cursor, Windsurf, VS Code)
- โ๏ธ Configures everything so your AI can remember things
- ๐งช Tests everything works before finishing
- ๐ก๏ธ Keeps your existing settings completely safe
- ๐ฆ Works on all platforms (Windows, Mac, Linux)
No coding knowledge required! Just copy, paste, and press Enter.
Step 3: Update to Latest Version (When Needed)
# Update to the latest version
npm update -g @endlessblink/like-i-said-v2
# Or reinstall to get latest version
npx -p @endlessblink/like-i-said-v2 like-i-said-v2 install
Step 4: Start the Web Dashboard (Optional)
# Option A: Install globally (recommended for regular use)
npm install -g @endlessblink/like-i-said-v2
like-i-said-v2 start
# Option B: Run directly without installing
npx -p @endlessblink/like-i-said-v2 like-i-said-v2 start
Visual Interface: Visit http://localhost:3001
in your browser for:
- ๐ Memory Dashboard - See all your AI's memories in a modern interface
- ๐ Advanced Search - Find memories by content, tags, or projects
- ๐ Analytics - Usage statistics and memory insights
- ๐จ Memory Cards - Beautiful card-based layout with categories
For Advanced Users: Docker Support
# Install with Docker configuration
npx -p @endlessblink/like-i-said-v2 like-i-said-v2 install --docker
# Or copy Docker files for custom deployment
cp docker-configs/Dockerfile.production ./Dockerfile
๐ธ Dashboard Screenshots
Memory Management
Modern card-based memory interface with search, filtering, and project organization
Relationship Visualization
Interactive graph visualization showing connections between memories
Analytics Dashboard
Comprehensive statistics and insights about your memory usage
Enhanced Features
AI-powered memory enhancement, clustering, and advanced organization
๐ฏ Supported AI Clients
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 |
๐ ๏ธ Available Tools
After installation, your AI assistant will have these tools:
add_memory
- Store information with tags, categories, and project contextget_memory
- Retrieve specific memory by IDlist_memories
- Show memories with complexity levels and metadatadelete_memory
- Remove specific memorysearch_memories
- Full-text search with project filteringtest_tool
- Verify MCP connection
Enhanced Memory Features:
- Categories: personal, work, code, research, conversations, preferences
- Complexity Levels: L1 (Simple) โ L4 (Advanced)
- Projects: Organize memories by project context
- Relationships: Link related memories together
๐ Usage Examples
Store 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"
๐ง Advanced Setup
Custom Installation
npx -p @endlessblink/like-i-said-v2 like-i-said-v2 init
Manual Server Start
npx -p @endlessblink/like-i-said-v2 like-i-said-v2 start
๐ After Installation
-
Restart your AI client:
- Claude Desktop: Close completely and restart
- Cursor: Press
Ctrl+Shift+P
โ "Reload Window" - Windsurf: Auto-detects changes
-
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"
๐ Troubleshooting
Tools don't appear?
- Ensure you fully restarted your AI client
- Wait 2-3 minutes for detection (Claude Desktop may take up to 5 minutes)
- Check client-specific logs
Windows-specific notes:
- โ ๏ธ Always use the full npx command format:
npx -p @endlessblink/like-i-said-v2 like-i-said-v2 install
- The simplified
npx @endlessblink/like-i-said-v2 install
will NOT work on Windows - For PowerShell issues, try:
cmd /c "npx -p @endlessblink/like-i-said-v2 like-i-said-v2 install"
Config locations:
- Claude Desktop:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Linux:
~/.config/Claude/claude_desktop_config.json
- Windows:
- Cursor:
- Windows:
%USERPROFILE%\.cursor\mcp.json
- macOS/Linux:
~/.cursor/mcp.json
- Windows:
- Windsurf:
- Windows:
%USERPROFILE%\.codeium\windsurf\mcp_config.json
- macOS/Linux:
~/.codeium/windsurf/mcp_config.json
- Windows:
Reset installation:
npx -p @endlessblink/like-i-said-v2 like-i-said-v2 install
๐จ Development Setup
If you want to run from source:
# Clone the repository
git clone https://github.com/endlessblink/like-i-said-mcp-server.git
cd like-i-said-mcp-server
# Install dependencies
npm install
# Run development servers
npm run dev:full # Start both API and React dashboard
npm run dev # React dashboard only
npm run dashboard # API server only
# Build for production
npm run build
๐ Memory Storage
- Format: Markdown files with enhanced frontmatter
- Location:
memories/
directory organized by project - Structure: 145+ memories with complexity levels, categories, and relationships
- Features: Real-time file watching, automatic indexing
- API: RESTful API on port 3001 for dashboard integration
๐ค Contributing
Found a bug or want to contribute?
- Issues: GitHub Issues
- Repository: GitHub
๐ License
MIT License - see LICENSE file for details.
Made for AI enthusiasts who want their assistants to remember! ๐ง โจ