Release v2.4.7
DevMind MCP v2.4.7
Added
- Smart Duplicate Detection: Automatically detects similar memories before recording
- Searches recent 24-hour memories with 85% similarity threshold
- Warns AI when potential duplicate is found
- Suggests using
update_contextinstead of creating duplicates - Minimal performance impact (~50-100ms, only during recording)
Improved
-
Enhanced
update_contextTool Description: Now clearly explains when and how to use- Added explicit use cases: user requests + AI discovers duplicates
- Provided clear workflow for avoiding duplicate memories
- Emphasized importance of keeping memory clean
-
Enhanced
record_contextTool Description: Added "BEFORE RECORDING" guidance- Prompts AI to search for similar contexts first
- Suggests using
update_contextfor duplicates - Helps maintain clean and organized memory
Impact
- Reduces duplicate memory records
- Improves memory quality and maintainability
- Guides AI to use tools correctly
- Keeps memory database clean and efficient
Installation
Via npx (recommended, no installation needed):
Use specific version:
npx -y devmind-mcp@2.4.7Or always use latest:
npx -y devmind-mcp@latestOr install globally:
Install specific version:
npm install -g devmind-mcp@2.4.7Install latest:
npm install -g devmind-mcp@latestNPM Package
Documentation
- 📖 README
- 📝 Full Changelog