Releases: foxj77/mcp-memory-server
Releases · foxj77/mcp-memory-server
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
0.2.0 (2026-05-16)
Features
- add Helm chart with OCI publish and lint/template CI gates (50d5a13)
- add optional kagent RemoteMCPServer to Helm chart (669c79c)
- pin deps, add Dependabot, CI integration test, Trivy scan, and k8s probes (836c2b0)
Bug Fixes
- gate publish on smoke test and bump codeql-action to v4 (86caaa8)
- run integration test on release-please branches to satisfy branch protection (73222bf)
- upgrade all GitHub Actions to Node.js 24-compatible versions and fix release-please PR permissions (985937b)
Documentation
- add CHANGELOG.md with v0.1.0 history (b017af2)
v0.1.0
Features
- Persistent shared knowledge graph memory for AI agents over MCP Streamable HTTP
- Wraps
@modelcontextprotocol/server-memorywithsupergatewayin a single container image - Multi-arch image (amd64 + arm64) published to GHCR
- Ready-to-use Kubernetes deployment manifests and kagent
RemoteMCPServerexample - Post-deployment smoke test covering all 7 MCP tools (
tests/smoke-test.sh) - Automated SemVer releases and changelogs via Conventional Commits from this release onwards
Image
ghcr.io/foxj77/mcp-memory-server:0.1.0
ghcr.io/foxj77/mcp-memory-server:0.1
ghcr.io/foxj77/mcp-memory-server:latest
Quick start
docker run -p 3000:3000 -v $(pwd)/data:/data ghcr.io/foxj77/mcp-memory-server:0.1.0