memxus
Memxus is multi-platform persistent memory for AI assistants.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Remember: Save important information to long-term memory. Always set collection when the topic is clear: project work → project:<slug>, personal tastes → personal:preferences. Use append_to to extend
- Recall: Search long-term memory. Pass collection (and/or tags, type) to search only that scope — e.g. collection=project:henry-memory for project questions, collection=personal:preferences for tastes.
- Get Context: Build a formatted context block for the current topic. Use collection to limit results to one domain (project, preferences, etc.).
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Memxus is multi-platform persistent memory for AI assistants. Save project context, preferences, and decisions once — recall them in Claude, ChatGPT, Cursor, and other MCP clients.
What it does
- Remember — store facts, preferences, and project context with collections and tags
- Recall — semantic search across your memories
- Get context — formatted context blocks for the current topic
- Manage — list, inspect, update scope, and delete memories
Connect
- OAuth (recommended): sign in with Google via your Memxus dashboard
- API key: create an
aimem_*key at dashboard.memxus.com
MCP endpoint: https://mcp.memxus.com/mcp
Docs: memxus.com/docs/mcp
Install: memxus.com/install
Privacy: memxus.com/privacy
Tools
remember, recall, get_context, list_memories, get_memory, list_collections, forget, memory_stats
Built for developers and power users who work across multiple AI tools without repeating the same context every session.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| remember | Save important information to long-term memory. Always set collection when the topic is clear: project work → project:<slug>, personal tastes → personal:preferences. Use append_to to extend an existing memory instead of creating duplicates. |
| recall | Search long-term memory. Pass collection (and/or tags, type) to search only that scope — e.g. collection=project:henry-memory for project questions, collection=personal:preferences for tastes. |
| get_context | Build a formatted context block for the current topic. Use collection to limit results to one domain (project, preferences, etc.). |
| list_memories | List recent memories. Filter by collection, tags, or type to browse one group. |
| get_memory | Get the full content of a single memory by its UUID (from list_memories or recall). |
| list_collections | List memory collections (folders/scopes) for this user. Use slugs in remember/recall/get_context. |
| forget | Delete a specific memory by ID. |
| memory_stats | Show statistics about stored memories (by type and collection). |