Skip to content

Releases: foxj77/mcp-memory-server

v0.2.6

20 May 15:47
f3a9581

Choose a tag to compare

0.2.6 (2026-05-20)

Bug Fixes

  • invoke installed mcp-server-memory binary directly instead of npx (3cc788a)

v0.2.5

17 May 12:23
9864081

Choose a tag to compare

0.2.5 (2026-05-17)

Documentation

  • examples: add pattern-advisor kagent agent example (50cc0f4)
  • examples: add resource-health-recorder kagent agent example (5089344)

v0.2.4

17 May 08:26
70d8809

Choose a tag to compare

0.2.4 (2026-05-17)

Bug Fixes

Documentation

  • make AGENTS.md redirect to CLAUDE.md to eliminate drift risk (48fdba1)

v0.2.3

17 May 08:06
3e45170

Choose a tag to compare

0.2.3 (2026-05-17)

Bug Fixes

  • set MEMORY_FILE_PATH env var and remove silently-ignored argv path (8761772)

v0.2.2

16 May 18:44
4450c7f

Choose a tag to compare

0.2.2 (2026-05-16)

Documentation

  • update README with Helm install, upgrade, uninstall, and kagent wiring (72b9d7c)

v0.2.1

16 May 18:19
249d6b2

Choose a tag to compare

0.2.1 (2026-05-16)

Bug Fixes

  • allow workflow_dispatch to publish versioned Docker + Helm artifacts (0909dfc)

v0.2.0

16 May 17:37
fe78da2

Choose a tag to compare

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

16 May 16:44

Choose a tag to compare

Features

  • Persistent shared knowledge graph memory for AI agents over MCP Streamable HTTP
  • Wraps @modelcontextprotocol/server-memory with supergateway in a single container image
  • Multi-arch image (amd64 + arm64) published to GHCR
  • Ready-to-use Kubernetes deployment manifests and kagent RemoteMCPServer example
  • 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