Skip to content

v0.1.0

Choose a tag to compare

@foxj77 foxj77 released this 16 May 16:44
· 35 commits to main since this release

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