
flywheel-memory
by velvetmonkey·★ 44·综合分 45
首个本地优先的MCP服务器,为AI代理提供Obsidian知识图谱功能。
概述
Flywheel将您的Obsidian笔记库转变为AI代理的本地记忆层。它提供具有上下文的笔记搜索功能、安全的写入操作返回到笔记库,以及本地索引。系统采用13层评分机制,能够随时间学习和改进。所有处理都在本地进行,无云依赖,在保持数据隐私的同时,让AI代理能够访问有关笔记的结构化知识。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要为Obsidian或纯Markdown文件提供AI记忆层,且希望本地优先、安全写入和可选语义搜索时,选择Flywheel。
什么时候不要选它
如果您需要云端记忆访问、对非Markdown格式进行写入,或需要多用户协作功能,不要选择Flywheel。
此 server 暴露的工具
从 README 抽取出 5 个工具vault_searchSearch the vault with keywords or filters to find relevant notes
edit_sectionEdit or add content to a specific section in a note
policyCreate, preview, or execute vault policies that search and modify notes
memoryAccess or update the memory system, including briefings and observations
graphExport or analyze the knowledge graph of notes and links
说明:Tool names extracted from descriptions and examples in the README, but without detailed signatures. The README mentions multiple tools but doesn't provide a complete list or explicit documentation of all MCP tools.
可对比工具
安装
快速安装
- 安装为Agent技能:
``bash npx -y skills add velvetmonkey/flywheel-memory -g ``
- 配置MCP服务器:
``bash bash <(curl -fsSL https://raw.githubusercontent.com/velvetmonkey/flywheel-memory/main/skills/flywheel/scripts/install.sh) ``
- 从您的笔记库目录重启客户端。
手动MCP配置
添加到您的.mcp.json:
{
"mcpServers": {
"flywheel": {
"command": "npx",
"args": ["-y", "@velvetmonkey/flywheel-memory"]
}
}
}FAQ
- Flywheel如何处理隐私问题?
- 所有处理都在本地进行,零云依赖。您的笔记保持可读的Markdown格式,Flywheel的状态存储在您的笔记库旁边。
- 我可以在Claude以外的客户端使用Flywheel吗?
- 是的,Flywheel适用于任何兼容MCP的客户端。非Claude客户端(如Cursor、Windsurf和VS Code)需要手动配置。
flywheel-memory 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。