This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryMinor fixes and improvements.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds `io.modelcontextprotocol.server.name` OCI annotation to `memory-vault-mcp` for official MCP Registry submission. Adds `io.modelcontextprotocol.server.name` OCI annotation to `memory-vault-mcp` for official MCP Registry submission. Source: granite4.1:8b-q6_K@2026-05-19 Confidence: low |
— |
| Dependency | Medium |
Built multi-arch images (amd64 + arm64). Built multi-arch images (amd64 + arm64). Source: granite4.1:8b-q6_K@2026-05-19 Confidence: low |
— |
| Performance | Medium |
No behavior changes, no API changes; drop-in replacement for v1.0.4. No behavior changes, no API changes; drop-in replacement for v1.0.4. Source: granite4.1:8b-q6_K@2026-05-19 Confidence: low |
— |
| Refactor | Medium |
Updates Dockerfile.mcp with `LABEL io.modelcontextprotocol.server.name="io.github.mihaibuilds/memory-vault"`. Updates Dockerfile.mcp with `LABEL io.modelcontextprotocol.server.name="io.github.mihaibuilds/memory-vault"`. Source: granite4.1:8b-q6_K@2026-05-19 Confidence: low |
— |
Full changelog
Patch release — adds the io.modelcontextprotocol.server.name OCI annotation to memory-vault-mcp for official MCP Registry submission. No behavior changes, no API changes; drop-in replacement for v1.0.4.
What's in this release
memory-vault-mcp ownership label
Adds LABEL io.modelcontextprotocol.server.name="io.github.mihaibuilds/memory-vault" to Dockerfile.mcp. The official MCP Registry uses this OCI annotation to verify that the publisher of a server.json actually controls the image.
Required as prep for submitting Memory Vault to https://registry.modelcontextprotocol.io. No effect on image runtime, no size change.
Upgrade existing deployments
docker compose pull
docker compose up -d
Or pin explicitly:
docker pull ghcr.io/mihaibuilds/memory-vault:1.0.5
docker pull ghcr.io/mihaibuilds/memory-vault-mcp:1.0.5
170 tests passing in CI on Python 3.14 + Postgres 16 + pgvector. Both images built multi-arch (amd64 + arm64).
Full changelog
Compare: v1.0.4...v1.0.5
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Memory Vault
All releases →Related context
Related tools
Earlier breaking changes
- v1.0.4 Existing all-in-one image unchanged; drop‑in replacement for v1.0.3, but introduces new separate mcp-only image.
Beta — feedback welcome: [email protected]