We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amotivv/memory-box-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
RELEASE_NOTES_v1.0.0.mdβ’1.73 KiB
# Memory Box MCP v1.0.0 Release Notes
## π Major Release: Desktop Extension Support
### β¨ New Features
#### Desktop Extension (.dxt)
- One-click installation for Claude Desktop users
- No manual configuration required
- User-friendly settings interface for API token and configuration
- Automatic updates support
#### New Memory Management Tools
- `create_bucket` - Create new buckets for organizing memories
- `delete_bucket` - Delete buckets (with force option for non-empty buckets)
- `update_memory` - Update existing memories (text, bucket, relationships)
- `delete_memory` - Delete specific memories
#### Enhanced Search
- Pagination support (limit and offset parameters)
- Date sorting (newest/oldest first)
- Improved semantic search performance
### π§ Improvements
#### System Prompt
- More accessible and user-friendly memory formatting
- Simplified structure with clear examples
- Better suited for general Claude Desktop users
#### Security
- Fixed critical vulnerability in form-data package
- Fixed high severity vulnerability in axios package
- All dependencies updated to secure versions
### π¦ Installation
#### Desktop Extension (Recommended)
1. Download `memory-box.dxt` from the releases page
2. Open Claude Desktop
3. Go to Settings β Extensions
4. Click "Install from file" and select the .dxt file
5. Enter your Memory Box API token
6. Start using Memory Box immediately!
#### Manual Installation
Still supported via npm or direct configuration as before.
### π Known Issues
- Pagination offset parameter may not work as expected in some cases
### π Breaking Changes
None - all existing functionality remains compatible.
### π Acknowledgments
Thanks to all users who provided feedback and tested the new features!