github doobidoo/mcp-memory-service v10.18.0
v10.18.0 - SSE Transport Mode + Setup Fixes

latest releases: v10.26.9, v10.26.8, v10.26.7...
28 days ago

SSE Transport Mode for Long-Lived Server Deployments

Added

  • SSE transport mode (#506): Run the MCP server persistently over HTTP with the new --sse CLI flag instead of the default stdio transport.
    • New environment variables: MCP_SSE_HOST (default 127.0.0.1) and MCP_SSE_PORT (default 8765).
    • New ServerRunManager.is_sse_mode() and run_sse() methods enable persistent deployments under systemd, launchd, or any process supervisor.
    • Eliminates cold-start latency, redundant memory usage, and race conditions inherent to the stdio model.

Fixed

  • Entry point, hook installer, and setup documentation (#507, closes #505):
    • mcp-memory-server entrypoint now emits a warning directing users to memory server for stdio mode.
    • Documented UV_PYTHON_PREFERENCE=only-managed requirement for uvx installs on pyenv-managed systems.
    • Hook installer uses uvx when running from a temp directory, preventing stale serverWorkingDir references.
    • Hook installer connectionTimeout raised from 5,000 ms to 30,000 ms; toolCallTimeout raised to 60,000 ms.
    • Hook installer merges into existing hooks configuration instead of overwriting it.

Full Changelog: https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md

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

NewReleases is sending notifications on new releases.