Visualise, Organise and Manage your agent's memories stored in Couchbase.
1.3K
Couchbase Memory Manager
A browser-based tool for searching, grouping, and deleting agent memory documents stored in Couchbase. Connects to self-hosted Couchbase (couchbase://) or Couchbase Capella (couchbases://).
This is a read, organise, and delete management layer, not a memory write tool. Use it to inspect, group and delete agent memories.
Quick start docker pull wooyakob/memory-manager:latest docker run -p 8000:8000 wooyakob/memory-manager:latest
Open http://0.0.0.0:8000 in your browser.
Note: Use host.docker.internal instead of localhost when connecting from inside the container to a database running on your machine. Example: couchbase://host.docker.internal
Features Browse and search memories across any bucket, scope, and collection. Filter by time window — last hour, 24 hours, or 7 days. Look up exact documents by Block ID. Group memories by type, user_id, or AI-generated themes. AI auto-clustering uses Capella Model Service, Claude, OpenAI, or Gemini — API key entered in-browser, never stored. Delete documents with mandatory confirmation. Document detail panel shows a two tab view of document fields and Couchbase metadata.
Supported schemas Auto-detects the primary text field in this order: summary, content, fact. Works with various JSON document structures for storing memories.
Platforms linux/amd64 linux/arm64
Source github.com/wooyakob/couchbase-memory-management
Content type
Image
Digest
sha256:67ab49295…
Size
62.9 MB
Last updated
about 1 month ago
docker pull wooyakob/memory-manager