This repository is a mirror. Development, issues, pull requests and releases happen at https://codeberg.org/doobidoo/mcp-memory-service.
The release list here stopped at v10.70.3 at the end of May 2026, when the project moved. Everything from v10.71.0 through v11.8.1 was released on Codeberg in the meantime, and all of it is on PyPI and Docker Hub as usual:
pip install mcp-memory-service
This entry exists so the mirror stops advertising a three-month-old version as current. It is not a re-release, and the individual releases in between are not backfilled here — the full history is in CHANGELOG.md.
v11.8.1 is a patch release: eight fixes on top of v11.8.0, six of them from an outside contributor. The two worth knowing before upgrading:
- OAuth
issvalidation is now exact against an rstrippedMCP_OAUTH_ISSUER, so tokens minted with a trailing-slash issuer need to be reissued. - Truthy parsing for
MCP_HTTPS_ENABLEDis standardized in therun_server.pythe Docker image actually runs, so1,yes,onandenablednow start HTTPS there instead of silently falling through to HTTP.
Also in it: sqlite-vec CLI commands honor the configured embedding model, validate_imports.sh resolves the venv Python instead of a bare python3, consolidation no longer compounds its own association records into meta-association inference and reports real run counters from health_check, and Milvus filter expressions escape backslashes instead of letting a trailing one swallow the closing quote.
Full notes: https://codeberg.org/doobidoo/mcp-memory-service/releases