memoryOSS
Persistent long-term memory for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- Memoryoss Recall: Search your long-term memory. Call this FIRST at the start of every conversation turn to retrieve relevant context from previous sessions. Pass the user's question or topic as the qu
- Memoryoss Store: Save important information to long-term memory so you can recall it in future sessions. Store facts, decisions, user preferences, project context, and key findings. Call this whenever
- Memoryoss Update: Update an existing memory by ID. Use this when information has changed - e.g. a user preference was corrected or a fact is outdated. Pass the memory ID from a previous recall result.
What data it sees
Do you need an account
An API key from the service settings is required
Persistent long-term memory for AI agents. Local proxy + MCP memory layer for Claude, Codex, and OpenAI-compatible clients.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| memoryoss_recall | Search your long-term memory. Call this FIRST at the start of every conversation turn to retrieve relevant context from previous sessions. Pass the user's question or topic as the query. Returns ranked results with content and relevance scores. Always check memory before answering - you may already know things the user told you before. |
| memoryoss_store | Save important information to long-term memory so you can recall it in future sessions. Store facts, decisions, user preferences, project context, and key findings. Call this whenever you learn something worth remembering - if in doubt, store it. Memories persist across sessions and are searchable by content. |
| memoryoss_update | Update an existing memory by ID. Use this when information has changed - e.g. a user preference was corrected or a fact is outdated. Pass the memory ID from a previous recall result. |
| memoryoss_forget | Delete memories by their IDs. Use when the user asks you to forget something or when stored information is wrong and should not be updated but removed entirely. |