MemoryMesh

The SQLite of AI Memory — persistent, zero-dependency memory for any LLM application.

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

Что умеет

  • Remember: Store a new memory in MemoryMesh. Use this to save facts, preferences, decisions, or any information that should persist across conversations.
  • Recall: Recall relevant memories from MemoryMesh using semantic similarity and keyword matching.
  • Forget: Permanently delete a specific memory by its ID. Searches both project and global stores.

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

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

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

The SQLite of AI Memory — persistent, zero-dependency memory for any LLM application. Dual-store architecture (project + global), pluggable embeddings (local/Ollama/OpenAI), semantic search with time decay, auto-categorization, and contradiction detection. 10 MCP tools. Works with Claude Code, Cursor, Gemini CLI, and any MCP client.

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

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

rememberStore a new memory in MemoryMesh. Use this to save facts, preferences, decisions, or any information that should persist across conversations.
recallRecall relevant memories from MemoryMesh using semantic similarity and keyword matching.
forgetPermanently delete a specific memory by its ID. Searches both project and global stores.
forget_allForget ALL stored memories in the specified scope. This is a destructive operation. Defaults to project scope.
update_memoryUpdate an existing memory's text, importance, scope, or metadata in place. Only provided fields are changed.
memory_statsGet statistics about stored memories: total count, oldest and newest timestamps.
session_startRetrieve structured context for the start of a new AI session. Returns user profile, guardrails, common mistakes, and project context.
review_memoriesAudit memories for quality issues (scope mismatches, verbosity, staleness, duplicates). Returns issues with suggestions.
statusGet MemoryMesh health status: project store, global store, embedding provider, and version.
configure_projectSet the project root at runtime without restarting the server. Creates the project database at <path>/.memorymesh/memories.db.
MemoryMesh: подключить к Claude, ChatGPT, Cursor · Connectors.fun