๐ Major Features
Native MCP Protocol Support
- Complete FastAPI MCP integration enabling direct remote access
- MCP-over-HTTP endpoints at
/mcpfor Claude Code integration - Full JSON-RPC 2.0 protocol implementation
Dual-Service Architecture
- HTTP REST API + Dashboard on standard routes
- MCP Protocol endpoints for AI assistant integration
- Unified service deployment with multiple access methods
Remote Access Resolved
- Direct remote memory service access without bridges (Issue #71)
- Native HTTPS/SSL support with improved certificates
- API key authentication for secure multi-client setups
๐ง Improvements & Fixes
- Fixed Docker CI/CD workflow issues
- Enhanced SSL certificate generation with proper SANs
- Resolved multi-client backend hardcoding (#73)
- Repository cleanup and branch management
โ ๏ธ Breaking Changes
- Node.js MCP bridge deprecated in favor of native MCP endpoints
- Recommended migration path: Use
/mcpendpoints directly
๐ฆ Installation
Docker
docker pull ghcr.io/doobidoo/mcp-memory-service:v4.0.0-beta.1Python
pip install mcp-memory-service==4.0.0-beta.1๐งช Beta Notes
This is a beta release of the v4.0.0 architecture. Please test thoroughly and report any issues. The core functionality is stable, but the new MCP integration may need refinement based on user feedback.
What's Changed
- Complete FastAPI MCP migration project cleanup and documentation by @doobidoo in 6ac2195
- feat: Complete dual-service deployment with FastMCP + HTTP Dashboard by @doobidoo in c0a0a45
- fix: Configure FastMCP server for remote access by @doobidoo in 0f1feaa
- feat: Add MCP protocol endpoints to FastAPI server by @doobidoo in bcb708c
Full Changelog: v3.3.3...v4.0.0-beta.1