MCP Catalogs
首页flywheel-memory screenshot

flywheel-memory

by velvetmonkey·44·综合分 45

首个本地优先的MCP服务器,为AI代理提供Obsidian知识图谱功能。

knowledge-graphproductivityai-llm
8
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Flywheel将您的Obsidian笔记库转变为AI代理的本地记忆层。它提供具有上下文的笔记搜索功能、安全的写入操作返回到笔记库,以及本地索引。系统采用13层评分机制,能够随时间学习和改进。所有处理都在本地进行,无云依赖,在保持数据隐私的同时,让AI代理能够访问有关笔记的结构化知识。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI助手具有上下文理解能力地搜索个人知识库
:自动化笔记管理,带有内部链接建议和实体链接
:基于策略的笔记库自动化,用于处理重复性任务和后续工作
:Flywheel如何处理隐私问题?
:我可以在Claude以外的客户端使用Flywheel吗?

什么时候选它

当您需要为Obsidian或纯Markdown文件提供AI记忆层,且希望本地优先、安全写入和可选语义搜索时,选择Flywheel。

什么时候不要选它

如果您需要云端记忆访问、对非Markdown格式进行写入,或需要多用户协作功能,不要选择Flywheel。

此 server 暴露的工具

从 README 抽取出 5 个工具
  • vault_search

    Search the vault with keywords or filters to find relevant notes

  • edit_section

    Edit or add content to a specific section in a note

  • policy

    Create, preview, or execute vault policies that search and modify notes

  • memory

    Access or update the memory system, including briefings and observations

  • graph

    Export 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.

可对比工具

memgraph-mcpsemantic-search-mcpobsidian-api-mcp

安装

快速安装

  1. 安装为Agent技能:

``bash npx -y skills add velvetmonkey/flywheel-memory -g ``

  1. 配置MCP服务器:

``bash bash <(curl -fsSL https://raw.githubusercontent.com/velvetmonkey/flywheel-memory/main/skills/flywheel/scripts/install.sh) ``

  1. 从您的笔记库目录重启客户端。

手动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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。