
swarmvault
by swarmclawai·★ 454·综合分 51
SwarmVault 是一个 MCP 服务器,将文档转换为本地知识图谱和 RAG 能力。
概述
SwarmVault 遵循 Andrej Karpathy 的三层架构模式,创建本地优先的知识管理系统。它将原始文档转换为可查询、可视化和由 AI 代理使用的结构化维基和知识图谱。该系统支持 30 多种输入格式,可离线工作,并可选择云集成,包括矛盾检测、审批工作流程和自动图谱可视化等功能。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当你需要一个本地、持久的AI代理知识图谱,且需要离线工作、无需API密钥时,选择SwarmVault。
什么时候不要选它
如果你需要基于云的实时协作知识管理,支持多用户同时编辑,则应避免使用SwarmVault。
此 server 暴露的工具
从 README 抽取出 12 个工具queryquery <query-string>Query the knowledge base for information
graphgraph <subcommand>Interact with the knowledge graph
ingestingest <source-path>Add documents to the knowledge vault
compilecompileCompile the wiki and graph from ingested sources
nextnextShow the best next action for the vault
exportexport <format> --out <output-path>Export knowledge in different formats
contextcontext build <task> --target <path> --budget <tokens>Build bounded agent context for specific tasks
tasktask start <description> --target <path> --agent <agent>Record task history for the vault
chatchat <query>Keep a conversation about the vault
sourcesource <subcommand>Manage registered sources
doctordoctorCheck vault health and repair issues
lintlint <options>Audit the vault for issues
说明:Tools extracted from explicit CLI command documentation in the README
可对比工具
安装
安装
CLI
npm install -g @swarmvaultai/cli添加到 Claude Desktop
创建或编辑 claude_desktop_config.json:
{
"mcpServers": {
"swarmvault": {
"command": "npx",
"args": ["@swarmvaultai/cli", "mcp"]
}
}
}FAQ
- SwarmVault 真的离线可用吗?
- 是的,SwarmVault 包含内置的启发式提供程序,无需 API 密钥即可完全离线工作。云提供商是可选的增强功能。
- SwarmVault 如何处理幻觉?
- SwarmVault 将每个边标记为 'extracted'、'inferred' 或 'ambiguous',包含矛盾检测标志,并提供审批队列,在编译前进行审查。
swarmvault 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。