Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Mind

БесплатноНе проверен

Exposes a .mind/ folder to MCP agents, enabling reading files, searching memory, proposing changes, and listing directory contents.

GitHubEmbed

Описание

Exposes a .mind/ folder to MCP agents, enabling reading files, searching memory, proposing changes, and listing directory contents.

README

An MCP server that exposes a .mind/ folder to any MCP-capable agent (Claude, Cursor, custom).

Tools

Tool Description
mind_read Read a file inside .mind/ by relative path.
mind_route Return the routing table from INDEX.md for the current intent.
mind_recall Search memory/context for a query (basic substring; embeddings optional).
mind_propose_write Create a .mind/diff/*.md proposing a change to a target file.
mind_list List files under a subdirectory of .mind/.

Install

npm i -g @modelbound/mind-mcp

Run

mind-mcp --root /path/to/project

Or add to your Claude Desktop / MCP client config:

{
  "mcpServers": {
    "mind": {
      "command": "npx",
      "args": ["-y", "@modelbound/mind-mcp", "--root", "."]
    }
  }
}

Security

The server refuses any path that escapes the --root directory. Writes only ever create files under .mind/diff/ — the accept/reject step is left to the human or a trusted CI step.

License

Apache 2.0.

from github.com/ModelBound/mind-mcp

Установка Mind

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ModelBound/mind-mcp

FAQ

Mind MCP бесплатный?

Да, Mind MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Mind?

Нет, Mind работает без API-ключей и переменных окружения.

Mind — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Mind в Claude Desktop, Claude Code или Cursor?

Открой Mind на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Mind with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development