Like-I-Said v2 - Advanced MCP Memory and Task Management for LLM's with AI Enhancement and React Dashboard
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"like-i-said-memory-mcp-server": {
"args": [
"-y",
"@endlessblink/like-i-said-v2"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Turn Claude Desktop into your intelligent project manager. Track tasks, remember context, and maintain continuity across sessions.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@endlessblink/like-i-said-v2' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @endlessblink/like-i-said-v2 against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Persistent memory using a knowledge graph
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
a self-hosted project management & Kanban solution + Instant shareable boards
All-in-one local AI hub for Obsidian — LLM chat with vault tools, MCP servers, RAG, workflow automation, encryption, and edit history. Fully private, no cloud required.
MCP Security Weekly
Get CVE alerts and security updates for Like I Said Memory Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

Turn Claude Desktop into your intelligent project manager. Track tasks, remember context, and maintain continuity across sessions.
🔥 Major Release (August 2025): Version 3.0.0 solves duplicate process issues and adds AI features:
- 🆕 Socket-Based Architecture - HTTP/SSE mode prevents duplicate processes (fixes API Error 500!)
- ✅ Fuzzy Search - Typo-tolerant search with Fuse.js (handles "serch" → "search")
- ✅ Universal Work Detector - Automatically captures work patterns and creates memories
- ✅ Enhanced Search - Multi-mode search combining exact, expanded, semantic, and fuzzy results
- ✅ Windows Integration - Improved cross-platform support with Windows-specific scripts
🔒 No More Duplicates: Port binding ensures only ONE instance can run! 📊 Search Intelligence: Now finds 700+ memories with typo-tolerant matching! 🤖 Work Detection: Automatically identifies problem-solving, implementation, and configuration work!
# New HTTP mode (prevents duplicates!) export MCP_TRANSPORT=http node server-markdown.js # Or classic stdio mode npm install @endlessblink/like-i-said-v2@3.0.0
Like-I-Said v3.0 brings AI-powered intelligence to memory and task management:
Before installing Like-I-Said v2, you need to have Node.js installed on your system:
node --version