Skip to content

v1.0.0

Choose a tag to compare

@joshdougall joshdougall released this 30 Apr 16:44
· 46 commits to main since this release
bc4711a

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/mcp

Copy AGENTS.md into your project for agent instructions.

Docker image

ghcr.io/joshdougall/memory-mcp:1.0.0
ghcr.io/joshdougall/memory-mcp:latest