v1.0.0
Initial release.
What's included
- Valkey-backed MCP memory server with 8 tools:
memory_search,memory_get,memory_set,memory_list,memory_delete,memory_history,memory_rollback,memory_prune_candidates - Tag-intersection search, type/project filtering, substring search
- Hit tracking and version history with rollback
- Optional bearer token auth (
AUTH_TOKEN) - Prometheus metrics at
/metrics - Docker Compose with multi-arch images (
linux/amd64,linux/arm64)
Quick start
cp .env.example .env
docker compose up -d
claude mcp add memory --transport http http://127.0.0.1:3106/mcpCopy AGENTS.md into your project for agent instructions.
Docker image
ghcr.io/joshdougall/memory-mcp:1.0.0
ghcr.io/joshdougall/memory-mcp:latest