github doobidoo/mcp-memory-service v4.0.0-beta.1
v4.0.0-beta.1 - Native MCP Protocol Support (Beta)

latest releases: v10.35.0, v10.34.0, v10.33.0...
pre-release8 months ago

๐Ÿš€ Major Features

Native MCP Protocol Support

  • Complete FastAPI MCP integration enabling direct remote access
  • MCP-over-HTTP endpoints at /mcp for 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 /mcp endpoints directly

๐Ÿ“ฆ Installation

Docker

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

Python

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

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

NewReleases is sending notifications on new releases.