obsidian-gate
Obsidian Gate
あなたのObsidianボールトをあらゆるAIエージェントに開放するMCPサーバー。
npx obsidian-gate init # point at your vault
npx obsidian-gate # dashboard on :3100
あなたのObsidianボールトはセカンドブレインです。あなたのAIエージェントがそれを利用できるようにすべきです。
Claude Code、Codex、Cursor — 設定は1行。あなたのボールトはエージェントがアクセス可能なワークスペースになります。あらゆるノート、あらゆるリンク、あらゆるタグ。すべてローカル、すべてあなたのもの、クラウド不要です。
試す
# One command to set up
npx obsidian-gate init
# Start the dashboard
npx obsidian-gate
# → http://localhost:3100/dashboardこれだけです。あなたのエージェントはボールトの読み取り、検索、書き込みができるようになります。
Related MCP server: obsidian-mcp
クイックスタート
1. ボールトを指定する
npx obsidian-gate initボールトのパスを求められます。貼り付けると、APIキーが返ってきます。
2. エージェントを接続する
Claude Code — これをMCP設定に貼り付けてください:
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["obsidian-gate", "--mcp"]
}
}
}任意のMCPクライアント(HTTP経由):
{
"mcpServers": {
"obsidian": {
"type": "http",
"url": "http://localhost:3100/mcp",
"headers": { "Authorization": "Bearer sk-your-key" }
}
}
}3. エージェントに依頼する
以下をお試しください:
プロンプト | 動作 |
「昨日は何に取り組んだ?」 | エージェントがデイリーノートを読み取ります |
「ボールトからKubernetesのメモを検索して」 | すべてのノートを全文検索します |
「このデバッグセッションをボールトに保存して」 | フロントマター付きの新しいノートを作成します |
「会議メモをプロジェクトノートにリンクして」 |
|
ツール — 9つの操作
ツール | 説明 |
| ボールトフォルダ内のノートとフォルダを一覧表示 |
| ノートの全コンテンツ + パース済みフロントマター |
| ランク付けされた結果とスニペット付きの全文検索 |
| ボールトテンプレートのフロントマター付きの新規ノート |
| ノートを上書きまたは追記 |
|
|
| すべてのタグ(フロントマターとインライン)を件数付き |
| デイリーノートを取得または作成(今日、昨日、-1、ISO) |
|
|
ノートはMCPリソースとしても公開されます:obsidian://{vault}/{path}。
CLI
コマンド | 説明 |
| 対話型セットアップウィザード |
| ダッシュボード + MCP HTTP(:3100) |
| stdio経由でMCPサーバーとして実行 |
| ボールトへのアクセスと9つのツールすべてを検証 |
| エージェント接続を表示 |
| 新しいAPIキーを作成 |
| キーをローテーション |
| キーを失効 |
| 設定済みボールト |
| ボールトを追加 |
| ボールトを削除 |
| プランと利用状況 |
| ライセンスキーを有効化 |
| エージェントのアクティビティログ |
料金
ティア | 料金 | 内容 |
無料 | $0 | 月50クエリ、ボールト1つ、エージェント1つ |
パーソナル | $19/月 | 無制限クエリ、ボールト3つ、無制限エージェント |
チーム | $49/月 | パーソナルの全機能 + 共有設定、優先サポート |
有料プランは14日間の無料トライアル。リスクはありません。いつでもキャンセルできます。
アーキテクチャ
┌────────────┐ ┌──────────────────────┐ ┌──────────────┐
│ AI Agent │────▶│ obsidian-gate │────▶│ Obsidian │
│ (Claude, │◀────│ (MCP Server) │◀────│ Vault │
│ Codex, │ │ │ │ (files) │
│ Cursor) │ │ stdio ─ dashboard │ └──────────────┘
└────────────┘ └──────────────────────┘すべてローカル。 すべてのバイトがお使いのマシン上にあります。クラウドも、サーバーも、同期もありません。
設定ファイル:
~/.obsidian-gate/config.json(モード0600)APIキーはローカルシークレットです。スタックはすべてお客様のものです。
アクティビティログは、すべてのエージェント操作をJSONLで記録します。
Gateがやらないこと
❌ Obsidianプラグインではありません(ただし、コミュニティプラグインは計画中)
❌ 同期エンジンではありません(ボールトディレクトリを直接読み書きします)
❌ ノートエディタではありません(Obsidianの方が得意です)
❌ クラウドサービスではありません(完全にあなたのマシン上で動作します)
1つの小さなことをうまくやります:あなたのボールトのためのMCPサーバーです。
ロードマップ
9つのツールを備えたMCPサーバー
ローカルダッシュボード + アクティビティログ
APIキー認証 + 権限
Stripeライセンス(無料 + 有料ティア)
Obsidianコミュニティプラグイン(ワンクリックインストール)
LLMフロントマターによるエージェントの書き戻し
ボールトコンテンツからの自動タグ付け
デイリーダイジェスト:ボールトの変更点
開発
git clone https://github.com/rileygramlich/obsidian-gate.git
cd obsidian-gate
npm install
npm run build # compile TypeScript → dist/
npm run dev # hot-reload with tsxRiley G. が制作 — Marc Louのプレイブックに着想を得ています:速く届ける、無料ティア、広告費ゼロ、パブリックビルド。
MIT — ビルドして、リリースして、販売してください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, read, and append content to notes in an Obsidian vault via the MCP protocol.2,472BSD Zero Clause
- AlicenseBqualityBmaintenanceBridges Obsidian vaults with MCP-compatible AI tools, enabling read/write/search of notes, task management, and vault operations through 34 tools and prompt templates.34571MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to remotely access and interact with Obsidian vaults via MCP, supporting note operations, tag management, graph queries, and command execution.4GPL 3.0
- FlicenseNot gradedqualityCmaintenanceEnables reading, writing, searching, and managing Obsidian vault notes through MCP tools and prompts, allowing AI agents to interact with local knowledge bases.
Related MCP Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Shared long-term memory vault for AI agents with 20 MCP tools.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rileygramlich/obsidian-gate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server