memoryOSS

Persistent long-term memory for AI agents.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

  • 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.

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

Persistent long-term memory for AI agents. Local proxy + MCP memory layer for Claude, Codex, and OpenAI-compatible clients.

Список инструментов сервера (4)

Технические названия из tools/list. Нужны только разработчикам.

memoryoss_recallSearch 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_storeSave 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_updateUpdate 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_forgetDelete 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.
memoryOSS: подключить к Claude, ChatGPT, Cursor · Connectors.fun