github doobidoo/mcp-memory-service v4.0.0
v4.0.0 - Production-Ready Remote MCP Memory Service

latest releases: v10.31.2, v10.31.1, v10.31.0...
8 months ago

🚀 MCP Memory Service v4.0.0 - Production Release

The evolution is complete! From experimental local service to production-ready remote memory infrastructure.

Major Achievements

🌐 Production-Ready Remote Memory Service

  • Native MCP-over-HTTP Protocol: Direct JSON-RPC 2.0 implementation
  • Cross-Device Access: Connect from any device running Claude Code
  • Production Validation: Successfully deployed and operational at scale
  • No Bridge Required: Eliminates Node.js bridge complexity

🏗️ Architecture Evolution Complete

  • SQLite-vec Backend: Lightweight, fast, and reliable
  • 384-Dimensional Embeddings: all-MiniLM-L6-v2 model
  • Production Deployment: 65+ memories, 1.7MB database, sub-second responses

🔧 Technical Improvements

MCP Protocol Compliance

  • Flexible ID Validation: String and integer IDs per JSON-RPC spec
  • Dual Route Handling: /mcp and /mcp/ endpoints
  • Proper Error Handling: Comprehensive JSON-RPC responses
  • Content Hash Generation: Fixed memory instantiation

Infrastructure & CI/CD

  • Docker Workflows: Fixed and operational
  • Repository Cleanup: Clean git history, obsolete branches removed
  • Comprehensive Testing: MCP protocol validation

📦 Quick Start

Remote Deployment

git clone https://github.com/doobidoo/mcp-memory-service.git
cd mcp-memory-service  
python install.py
python scripts/run_http_server.py

MCP Client Connection

curl -X POST http://your-server:8000/mcp \\
  -H "Content-Type: application/json" \\
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Docker

docker pull ghcr.io/doobidoo/mcp-memory-service:v4.0.0

🐛 Issues Resolved

  • #71: Remote Memory Service access - ✅ COMPLETED
  • #72: Node.js Bridge SSL issues - ✅ SUPERSEDED

⚠️ Breaking Changes

  • Node.js MCP bridge deprecated (use /mcp endpoint)
  • Python 3.10+ recommended for full compatibility

🎯 What's Next

  • Community feedback integration
  • Performance optimization for large deployments
  • Advanced authentication features
  • Enterprise multi-tenancy support

This release marks the successful transformation from experimental project to production-ready remote memory infrastructure! 🎉

Deployment Verified: Production server operational with 65+ memories
Protocol Compliant: Full MCP JSON-RPC 2.0 implementation
Cross-Platform: Tested on Linux, macOS, and Windows
Documentation: Comprehensive guides and API docs included

Ready for production use! 🚀

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

NewReleases is sending notifications on new releases.