github doobidoo/mcp-memory-service v6.17.0
v6.17.0: Enhanced Installer with Cloudflare Backend Support

latest releases: v10.36.4, v10.36.3, v10.36.2...
6 months ago

🚀 Enhanced Installer with Cloudflare Backend Support

Major Installer Improvements

  • âœĻ Added Cloudflare backend to installer - Full support for cloud-first installation workflow
  • 🔐 Interactive credential setup - Guided collection of API token, Account ID, D1 database, and Vectorize index
  • 📝 Automatic .env generation - Securely saves credentials to project environment file
  • 🔗 Connection testing - Validates Cloudflare API during installation process
  • ðŸ›Ąïļ Graceful fallbacks - Falls back to local backends if cloud setup fails

Enhanced Backend Selection

  • ☁ïļ Cloudflare: Production/shared access (cloud storage)
  • ðŸŠķ SQLite-vec: Development/single-user (local lightweight)
  • ðŸ‘Ĩ ChromaDB: Team/multi-client (local server)
  • 🔍 Auto-detect: Intelligent backend selection based on system

New Installation Commands

# Interactive setup with backend selection
python scripts/installation/install.py

# Direct Cloudflare setup for production
python scripts/installation/install.py --storage-backend cloudflare

# Development setup
python scripts/installation/install.py --storage-backend sqlite_vec

User Experience Enhancements

  • 📋 Interactive backend selection with compatibility analysis and recommendations
  • ðŸ’Ą Clear usage guidance helps users choose optimal backend for their scenario
  • 🚀 Enhanced auto-detection prioritizes most reliable backends
  • 📚 Updated documentation with installation commands and backend comparison

Technical Improvements

  • 🛠ïļ Robust error handling with comprehensive fallback mechanisms
  • 🔧 Modular design with separate functions for setup, validation, and configuration
  • ✅ Connection validation with real-time API testing during setup
  • 📁 Smart .env management preserves existing settings while adding new credentials

Benefits for Users

  • ⚡ Seamless production setup - Single command path from installation to Cloudflare backend
  • ðŸŽŊ Reduced configuration errors - Automated credential setup eliminates manual .env creation
  • 🧭 Better backend choice - Clear guidance for optimal storage selection
  • 🔒 Improved reliability - Fallback mechanisms ensure installation always succeeds

Breaking Changes

None - all changes are additive and maintain backward compatibility.

Migration Notes

  • Existing installations continue to work without changes
  • New installations benefit from enhanced backend selection
  • Users can re-run installer to switch backends or update credentials

Full technical details: CHANGELOG.md

Installation Guide: CLAUDE.md

Don't miss a new mcp-memory-service release

NewReleases is sending notifications on new releases.