Basic Memory
БесплатноНе проверенAn MCP server that gives AI models a persistent notebook backed by a folder of Markdown files, with tools to discover, read, write, edit, and delete notes.
Описание
An MCP server that gives AI models a persistent notebook backed by a folder of Markdown files, with tools to discover, read, write, edit, and delete notes.
README
An MCP server that gives a model a persistent notebook backed by a folder of Markdown files.
Tools
discover_topics(query=None, tag=None, limit=50)— list topics, optionally filtered.read(topic_id)— return the full Markdown file including frontmatter.write(topic_id, content, title=None, tags=[])— create or replace a topic.edit(topic_id, old, new, replace_all=False)— exact string replacement.delete(topic_id)— soft-delete into<root>/.trash/<timestamp>/....
Topic ids are slash-paths relative to --root without .md, e.g. projects/atlas-ports.
Usage
# stdio (default)
basic-memory-mcp --stdio --root ~/ATLAS-GROUP/basic-memory/memory
# HTTP
basic-memory-mcp --http --host 127.0.0.1 --port 8101 --root ...
Set BASIC_MEMORY_READ_ONLY=1 or --read-only to expose only discover_topics and read.
Set BASIC_MEMORY_HARD_DELETE=1 or --hard-delete to unlink files instead of moving them
(only for throwaway/test roots).
Storage
Files are UTF-8 Markdown with YAML frontmatter; only .md files are visible. The server
manages created and updated; the model supplies title and tags. The memory folder is
plain files, so git and ordinary editors work.
Development
uv sync
uv run pytest
Установка Basic Memory
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/garland3/basic-memory-mcpFAQ
Basic Memory MCP бесплатный?
Да, Basic Memory MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Basic Memory?
Нет, Basic Memory работает без API-ключей и переменных окружения.
Basic Memory — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Basic Memory в Claude Desktop, Claude Code или Cursor?
Открой Basic Memory на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Basic Memory with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
