github doobidoo/mcp-memory-service v10.4.5
v10.4.5 - Unified CLI Interface

latest releases: v10.28.3, v10.28.2, v10.28.1...
one month ago

🚀 v10.4.5 - Unified CLI Interface & Improved UX

What's New:

  • 🚀 Unified CLI Interface: New memory server --http flag for starting HTTP REST API (Issue #410)
    • Simple unified command replaces manual script invocation
    • Single command interface: memory server (MCP) or memory server --http (REST API)
    • Easier to discover in --help, better user experience
  • 📝 Documentation Update: README now uses unified CLI throughout
    • Removes confusion about separate MCP vs HTTP server commands

📋 Detailed Changes

Added

  • Unified CLI Interface (Issue #410, commits 261d324, 301ba2d): memory server --http flag for starting HTTP REST API server
    • Before: Required manual script invocation: python scripts/server/run_http_server.py
    • After: Simple unified command: memory server --http
    • Direct uvicorn.run() integration (no subprocess overhead)
    • Respects MCP_HTTP_PORT and MCP_HTTP_HOST environment variables
    • Clear user feedback with URLs and graceful error handling
    • Better UX: Single command interface, easier to discover in --help

Changed

  • Documentation Update: Updated README.md to use memory server --http instead of script invocation
    • Simplifies user workflow with unified command interface
    • Removes confusion about separate MCP vs HTTP server commands

📦 Installation

pip install mcp-memory-service

Or upgrade from previous version:

pip install --upgrade mcp-memory-service

🔗 Links


Note: PyPI publishing is handled automatically by GitHub Actions workflow "Publish and Test (Tags)" when this tag is pushed.

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

NewReleases is sending notifications on new releases.