docs: note Homebrew path for codebase-memory-mcp Cursor config
Memind CI / Test, build, and release guards (push) Failing after 34s

Document the ~/.local/bin vs /opt/homebrew/bin mismatch that breaks MCP
connection when install targets a path the global npm binary does not use.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-09-10 08:39:41 +08:00
parent db3235db8a
commit 938f6d6d37
+2
View File
@@ -20,6 +20,8 @@ codebase-memory-mcp install -y # 写入 ~/.cursor/mcp.json 等,属设计行
安装后 **重启 Cursor**。全局二进制缓存由 npm 包管理;图数据在 CBM 本地 daemon/SQLite**不在** Memind 仓库根目录。
**Homebrew 路径**:若用 `brew`/全局 npm 安装,二进制通常在 `/opt/homebrew/bin/codebase-memory-mcp``install` 默认写 `~/.local/bin/...`,若该路径不存在会导致 Cursor MCP 连不上——确认 `~/.cursor/mcp.json``command``which codebase-memory-mcp` 一致。
## 首次索引 Memind
**方式 A — Cursor(推荐)**