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