Dashboard
Recent memories
Loading…
Configure
Connect MongoDB Atlas (search index) and Cloudflare R2 (content store). Credentials go to creds.db; settings to config.toml (0600).
Resolved config
Memories
API Tokens
Issue Bearer tokens for LLMs and scripts. Tokens never access Configure; use scopes for memory read / write / delete. Secret is shown once at create.
Create token
Issued tokens
Loading…
| name | prefix | scopes | expires | last used | status | |
|---|---|---|---|---|---|---|
| Loading… | ||||||
LLM usage
curl -H "Authorization: Bearer mem_…" \ "http://HOST:8080/api/memories?q=search"
LLM Skill prompt
Paste this prompt into Claude / Cursor / ChatGPT (or save as a skill) so the model
uses this server as remote memory via the HTTP API.
Create a Bearer token under Tokens first, then put it in
MEMORY_API_TOKEN.
Prompt (copy whole block)
Loading…
API quick reference
Help & Documentation
Use this UI to configure the memory system and browse, search, store, and delete memories.
Getting Started
- Open the Configure tab and enter your MongoDB Atlas connection string and Cloudflare R2 credentials.
- Click Test All to verify both backends, then Save.
- Use Store New Memory to add a memory, and the Memories tab to search, browse, and delete.
- Open API Tokens to issue a Bearer token for LLM clients.
Memory Types
- note — general information, meeting notes, ideas
- fact — verified information, data points
- decision — choices made + rationale
- task — action items, todo items
- preference — durable user/project preferences
- reference — links, citations, pointers
- code — code snippets or patterns
- conversation — chat excerpts / summaries
Scopes
Memories are scoped to global, project, agent, or user to control sharing across agents.
API tokens for LLMs
Open Tokens to create a Bearer token. Example:
curl -H "Authorization: Bearer mem_…" \ "http://HOST:8080/api/memories?q=search"
Configure and token admin always require the admin session — tokens only access memory APIs.
Keyboard Shortcuts
- Ctrl/Cmd + K — focus search bar
- Escape — close dialogs / preview