Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

Remote sync, MCP, and an API for your Obsidian vault

Geode is a tool that provides remote sync, Model Context Protocol (MCP), and a REST API for your Obsidian vault. It enables AI agents and external tools to read, write, and search your notes programmatically through a local server, without requiring Obsidian to be open. This bridges the gap between Obsidian's local-first design and the needs of AI-powered workflows.

背景メモ

Obsidian(オブシディアン)は、マークダウン形式のノートを管理する人気のローカルファーストなナレッジベースアプリ。ファイルは全てユーザーの手元に置かれ、クラウド同期は有料サービス「Obsidian Sync」などに依存するのが標準的だ。**Geode** は、そのObsidian保管庫(vault)に対してリモート同期・REST API・MCP(Model Context Protocol)対応を追加するオープンソースツール。MCPはAIアシスタント(Claudeなど)が外部ツールやデータにアクセスするためのプロトコルで、これによりObsidianのノートをそのままLLMに読ませたり検索させたりできるようになる。Geodeを使うと、Obsidian Syncに頼らず独自の同期基盤を構築でき、かつAIエージェントから直接ノートを操作可能になる点が注目されている。

関連記事