判断自己是不是目标用户。
向量检索与 RAG · 开源项目
local-memory-mcp
向量检索项目,用于验证 embedding 存储、查询语义、RAG 接入、数据边界和回滚路径。
判断自己是不是目标用户。
能做什么向量库接入检查、embedding 维度/模型边界、集合管理、查询验收和数据删除清单查看可带走的能力路径。
继续前先用小样本公开文本验证建库、查询、删除和回滚,再接入真实数据。未完成验证前保持审慎。
GitHub 快照1 星标1 分叉 · 4 贡献者
Doramagic.ai 最后验证日期:2026-07-25 验证方法:来源证据、语义档案、公开页面门禁和静态构建验收。
快速判断 · 2026-07-25
local-memory-mcp 项目 是什么?
- local-memory-mcp 是向量数据库、检索或 RAG 存储组件,用于把文本、嵌入和相似度检索接入 AI 应用。
- 最适合:需要把知识库、文档或应用数据接入语义检索/RAG 流程的开发者。
- 不适合:不适合只需要一次模型 API 调用,或不能隔离索引数据、凭据和持久化目录的用户。
- 它给 AI 增加的能力:向量库接入检查、embedding 维度/模型边界、集合管理、查询验收和数据删除清单
- 第一步安全验证:先用小样本公开文本验证建库、查询、删除和回滚,再接入真实数据。
- 当前验证状态:源码、Quick Start 和沙箱安装检查均记录为已通过。
- 最大风险:Developers may fail before the first successful local run: feat: full-local natural language codebase search (codebase_search tool)
- 证据基础:https://github.com/vheins/local-memory-mcp、https://github.com/vheins/local-memory-mcp#readme、项目说明书、踩坑日志
01
一眼判断
先判断自己是否是目标用户,再决定是否继续。不适合只需要一次模型 API 调用,或不能隔离索引数据、凭据和持久化目录的用户。
未完成验证前保持审慎。
02
它能做什么
把项目翻译成用户能判断的具体能力,而不是 Doramagic 的使用流程。MCP 工具
一个轻量级 MCP 服务器,基于 SQLite 实现 AI 持久化记忆与语义搜索,面向本地优先场景,具备快速检索、域级上下文隔离,且无需任何外部数据库依赖。
ability-1知识库问答
帮助用户判断这个项目适合什么工作,而不是只看技术名词。
ability-2流程自动化
说明输入、输出、失败模式和继续前需要复核的边界。
ability-3节点式流程编排
沉淀为 Prompt、说明书、上下文包或预检清单等可带走资产。
ability-4来源:https://github.com/vheins/local-memory-mcp、https://github.com/vheins/local-memory-mcp#readme、项目说明书、踩坑日志。这里只回答“它能帮我做什么”。
03
项目温度与外部声音
站点快照,非实时质量证明;用于开工前背景判断。社区讨论
已收录 12 条来源下面是已采集到的项目级社区讨论来源,来源平台:github。这些外部声音用于帮助判断真实使用反馈,不单独作为质量证明。
-
01
feat: unified neural network graph for memory, codebase, and task visual
github / github_issue
-
02
fix: nested .gitignore not respected during file discovery
github / github_issue
-
03
fix: double vector computation in StandardEntity.checkConflicts
github / github_issue
-
04
perf: StubVectorStore upsert stores zero-filled vectors — redundant comp
github / github_issue
-
05
refactor: normalizeToolArguments duplicated between router.ts and tools/
github / github_issue
-
06
perf: coding_standards uses LIKE %term% without FTS5 — full table scan o
github / github_issue
-
07
perf: RealVectorStore ONNX model blocks first request — lazy init timeou
github / github_issue
-
08
perf: synchronous lstatSync + low concurrency bottlenecks in indexing pi
github / github_issue
-
09
perf: tree-sitter grammar WASMs eager-loaded at startup — 30MB+ waste
github / github_issue
-
10
perf: missing composite indexes on (owner, repo) — full table scans on f
github / github_issue
-
11
perf: dashboard export loads entire DB into memory — OOM risk
github / github_issue
-
12
perf: write lock contention on memory-acknowledge and hit-count tools
github / github_issue
04
怎么开始使用
先试、再读项目说明书、再带给 AI,最后按官方quick start验证。先试 Prompt
不安装项目,先体验能力节奏。
预览读项目说明书
理解输入、输出、失败模式和边界。
说明书带给 AI
把上下文交给你的宿主 AI 继续工作。
上下文沙箱验证
进入主力环境前先完成安装入口与风险边界验证。
验证npm install -g @vheins/local-memory-mcp来源:https://github.com/vheins/local-memory-mcp#readme。验证:已通过。
05
项目说明书
每个项目结构不同,Doramagic 保留原项目解释结构,并补充边界与踩坑日志。草稿 · 项目说明书
local-memory-mcp 说明书
一个轻量级 MCP 服务器,基于 SQLite 实现 AI 持久化记忆与语义搜索,面向本地优先场景,具备快速检索、域级上下文隔离,且无需任何外部数据库依赖。
打开完整说明书- https://github.com/vheins/local-memory-mcp 项目说明书
- 目录
- 项目概述与整体架构
- 相关页面
- 项目定位与核心能力
- 技术栈与关键决策
- 模块划分与请求流
06
带给 AI 的上下文包
决定继续后,把项目上下文带给你的宿主 AI。07
继续前检查
在复制命令、导入 AI、安装插件前,看清还不能相信什么。不要把试用当真实运行
试用 Prompt 只展示流程,不证明项目已安装或运行。
确认宿主兼容
支持 MCP 的 AI 宿主、claude、cursor
先隔离验证
继续完成沙箱验证和证据复核
- 先用小样本公开文本验证建库、查询、删除和回滚,再接入真实数据。
08
踩坑日志与复核重点
Doramagic 记录的高风险项优先显示,避免用户把候选能力当成已验证能力。失败模式:installation: feat: full-local natural language codebase search (codebase_search tool)
需要继续复核。
Developers may fail before the first successful local run: feat: full-local natural language codebase search (codebase_search tool)
失败模式:installation: feat: tambahkan monorepo workspace seperti turbo repo
需要继续复核。
Developers may fail before the first successful local run: feat: tambahkan monorepo workspace seperti turbo repo
失败模式:installation: perf: tree-sitter grammar WASMs eager-loaded at startup — 30MB+ waste
需要继续复核。
Developers may fail before the first successful local run: perf: tree-sitter grammar WASMs eager-loaded at startup — 30MB+ waste
来源证据:feat: full-local natural language codebase search (codebase_search tool)
GitHub 社区证据显示该项目存在一个安装相关的待验证问题:feat: full-local natural language codebase search (codebase_search tool)
可能影响升级、迁移或版本选择。
来源证据:fix: nested .gitignore not respected during file discovery
GitHub 社区证据显示该项目存在一个安装相关的待验证问题:fix: nested .gitignore not respected during file discovery
可能增加新用户试用和生产接入成本。
来源证据:perf: synchronous lstatSync + low concurrency bottlenecks in indexing pipeline
GitHub 社区证据显示该项目存在一个安装相关的待验证问题:perf: synchronous lstatSync + low concurrency bottlenecks in indexing pipeline
可能阻塞安装或首次运行。
来源证据:perf: tree-sitter grammar WASMs eager-loaded at startup — 30MB+ waste
GitHub 社区证据显示该项目存在一个安装相关的待验证问题:perf: tree-sitter grammar WASMs eager-loaded at startup — 30MB+ waste
可能增加新用户试用和生产接入成本。
可能修改宿主 AI 配置
项目面向 Claude/Cursor/Codex/Gemini/OpenCode 等宿主,或安装命令涉及用户配置目录。
安装可能改变本机 AI 工具行为,用户需要知道写入位置和回滚方法。
失败模式:configuration: feat: unified neural network graph for memory、codebase、and task visualization
需要继续复核。
Developers may misconfigure credentials、environment、or host setup: feat: unified neural network graph for memory、codebase、and task visualization
失败模式:configuration: perf: missing composite indexes on (owner、repo) — full table scans on frequent queries
需要继续复核。
Developers may misconfigure credentials、environment、or host setup: perf: missing composite indexes on (owner、repo) — full table scans on frequent queries
失败模式:configuration: v0.20.4 — Multi-language Parsing
需要继续复核。
Upgrade or migration may change expected behavior: v0.20.4 — Multi-language Parsing
来源证据:perf: dashboard export loads entire DB into memory — OOM risk
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:perf: dashboard export loads entire DB into memory — OOM risk
可能阻塞安装或首次运行。
下一步:先用小样本公开文本验证建库、查询、删除和回滚,再接入真实数据。。