Mind
БесплатноНе проверенExposes a .mind/ folder to MCP agents, enabling reading files, searching memory, proposing changes, and listing directory contents.
Описание
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.
Установка Mind
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ModelBound/mind-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Mind with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
