MemoryRouter

MemoryRouter is a persistent AI memory layer delivered as an MCP memory server.

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

Что умеет

  • Search Memories: Use this when the user asks about a prior decision, preference, person, project, or other fact that may be in their connected MemoryRouter vault. Semantically searches only the OAuth-
  • Store Memory: Use this only when the user explicitly asks to remember something or confirms a proposed durable fact. Saves concise user-approved content to the OAuth-selected vault; do not use it for
  • Memory Status: Use this when the user asks whether MemoryRouter is connected, which opaque vault binding is active, or how many memories/tokens the connected vault contains. Does not reveal the memory

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

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

Не нужен: сервер работает без входа

MemoryRouter is a persistent AI memory layer delivered as an MCP memory server. Connect this server to Claude, ChatGPT, Cursor, or any MCP client and your assistant gets user-scoped, cross-AI memory: store memories, search them semantically, and carry context from one session and one tool to the next. Move useful context from ChatGPT to Claude, keep decisions and preferences across sessions, and give agents memory that survives compaction. Sign up at https://memoryrouter.ai, docs at https://docs.memoryrouter.ai.

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

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

search_memoriesUse this when the user asks about a prior decision, preference, person, project, or other fact that may be in their connected MemoryRouter vault. Semantically searches only the OAuth-selected vault and does not modify it.
store_memoryUse this only when the user explicitly asks to remember something or confirms a proposed durable fact. Saves concise user-approved content to the OAuth-selected vault; do not use it for silent conversation capture.
memory_statusUse this when the user asks whether MemoryRouter is connected, which opaque vault binding is active, or how many memories/tokens the connected vault contains. Does not reveal the memory key.
forget_all_memoriesUse this only after the user explicitly requests a full-vault deletion, receives a permanent whole-vault warning, and provides the exact confirmation phrase in a later turn. Permanently deletes every memory in the OAuth-selected vault. This cannot delete one memory; direct the user to the dashboard for item-level curation. Requires separate memories:delete authorization and destructive host confirmation.
searchUse this legacy compatibility alias when a client explicitly requests a tool named search. It searches the OAuth-selected MemoryRouter vault without modifying it. For normal ChatGPT recall, prefer search_memories; this tool does not provide citable item permalinks or Company Knowledge fetch support.