使用hermes-agent,将notion与obsidian连接
- 内容介绍
- 文章标签
- 相关推荐
使用hermes agent 通过MCP的方法将二者连接。
原理大概是这样
Notion ↔ [Notion 官方 MCP] ↔ Hermes Agent ↔ [FNS MCP / SSE] ↔ Obsidian
↑ ↑
hermes与FNS自部署在 VPS
image1125×635 86.7 KB
都使用了什么
1.hermes agent 无需多言,类似于小龙虾openclaw这种
2.notion mcp 官方的,使用OA认证挂载后 Agent 能读 / 写 / 创建 / 搜索 Notion 页面
为什么不用 api的形式? 因为闲鱼上卖的都是那种商业试用版,hermes 本身内置了 Notion API 适配,但因为访客账号无法在 workspace 里创建 internal integration、拿不到 integration token,所以只能走官方 MCP 的 OAuth 路径。
3.Fast Note Sync (FNS): GitHub - haierkeys/obsidian-fast-note-sync: Can be privately deployed, focusing on providing Obsidian users with a seamless, distraction-free note synchronization plugin with real-time sync across multiple platforms, supporting Mac, Windows, Android, iOS, and offering multilingual support.可私有化部署,专注为 Obsidian 用户提供无打扰、丝般顺滑、多端实时同步的多平台笔记同步插件。
使用hermes agent 通过MCP的方法将二者连接。
原理大概是这样
Notion ↔ [Notion 官方 MCP] ↔ Hermes Agent ↔ [FNS MCP / SSE] ↔ Obsidian
↑ ↑
hermes与FNS自部署在 VPS
image1125×635 86.7 KB
都使用了什么
1.hermes agent 无需多言,类似于小龙虾openclaw这种
2.notion mcp 官方的,使用OA认证挂载后 Agent 能读 / 写 / 创建 / 搜索 Notion 页面
为什么不用 api的形式? 因为闲鱼上卖的都是那种商业试用版,hermes 本身内置了 Notion API 适配,但因为访客账号无法在 workspace 里创建 internal integration、拿不到 integration token,所以只能走官方 MCP 的 OAuth 路径。
3.Fast Note Sync (FNS): GitHub - haierkeys/obsidian-fast-note-sync: Can be privately deployed, focusing on providing Obsidian users with a seamless, distraction-free note synchronization plugin with real-time sync across multiple platforms, supporting Mac, Windows, Android, iOS, and offering multilingual support.可私有化部署,专注为 Obsidian 用户提供无打扰、丝般顺滑、多端实时同步的多平台笔记同步插件。

