obsidian-gate
Obsidian Gate
Ein MCP-Server, der deinen Obsidian-Vault für jeden KI-Agenten öffnet.
npx obsidian-gate init # point at your vault
npx obsidian-gate # dashboard on :3100
Dein Obsidian-Vault ist dein zweites Gehirn. Deine KI-Agenten sollten ihn nutzen können.
Claude Code, Codex, Cursor — eine Zeile Konfiguration und dein Vault wird zu einem für Agenten zugänglichen Arbeitsbereich. Jede Notiz, jeder Link, jeder Tag. Alles lokal, alles deins, keine Cloud.
Ausprobieren
# One command to set up
npx obsidian-gate init
# Start the dashboard
npx obsidian-gate
# → http://localhost:3100/dashboardDas war's. Deine Agenten können jetzt deinen Vault lesen, durchsuchen und beschreiben.
Related MCP server: obsidian-mcp
Schnellstart
1. Auf deinen Vault zeigen
npx obsidian-gate initDu wirst nach deinem Vault-Pfad gefragt. Füge ihn ein und erhalte einen API-Schlüssel.
2. Deinen Agenten verbinden
Claude Code — füge dies in deine MCP-Konfiguration ein:
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["obsidian-gate", "--mcp"]
}
}
}Jeder MCP-Client über HTTP:
{
"mcpServers": {
"obsidian": {
"type": "http",
"url": "http://localhost:3100/mcp",
"headers": { "Authorization": "Bearer sk-your-key" }
}
}
}3. Frag deinen Agenten
Probiere diese aus:
Prompt | Was passiert |
"Woran habe ich gestern gearbeitet?" | Agent liest deine Tagesnotiz |
"Durchsuche meinen Vault nach Kubernetes-Notizen" | Volltextsuche über alle Notizen |
"Speichere diese Debugging-Sitzung in meinem Vault" | Erstellt eine neue Notiz mit Frontmatter |
"Verknüpfe meine Besprechungsnotizen mit den Projektnotizen" | Fügt einen |
Tools — 9 Operationen
Tool | Was es tut |
| Listet Notizen und Ordner in einem Vault-Ordner auf |
| Voller Notizinhalt + geparstes Frontmatter |
| Volltextsuche mit sortierten Ergebnissen und Ausschnitten |
| Neue Notiz mit Frontmatter aus der Vault-Vorlage |
| Notiz überschreiben oder ergänzen |
| Jede Notiz, die hierher über |
| Alle Tags — Frontmatter und inline — mit Anzahl |
| Tagesnotiz abrufen oder erstellen (heute, gestern, -1, ISO) |
| Fügt einen |
Notizen sind auch als MCP-Ressourcen verfügbar: obsidian://{vault}/{path}.
CLI
Befehl | Was es tut |
| Interaktiver Einrichtungsassistent |
| Dashboard + MCP HTTP auf :3100 |
| Als MCP-Server über stdio ausführen |
| Vault-Zugriff und alle 9 Tools prüfen |
| Agentenverbindungen anzeigen |
| Neuen API-Schlüssel erstellen |
| Schlüssel rotieren |
| Schlüssel widerrufen |
| Konfigurierte Vaults |
| Vault hinzufügen |
| Vault entfernen |
| Dein Plan und deine Nutzung |
| Lizenzschlüssel aktivieren |
| Agenten-Aktivitätsprotokoll |
Preise
Stufe | Preis | Was du bekommst |
Free | $0 | 50 Abfragen/Monat, 1 Vault, 1 Agent |
Personal | $19/mo | Unbegrenzte Abfragen, 3 Vaults, unbegrenzte Agenten |
Team | $49/mo | Alles aus Personal + gemeinsame Konfiguration, Prioritäts-Support |
14-tägige kostenlose Testphase für kostenpflichtige Pläne. Kein Risiko. Jederzeit kündbar.
Architektur
┌────────────┐ ┌──────────────────────┐ ┌──────────────┐
│ AI Agent │────▶│ obsidian-gate │────▶│ Obsidian │
│ (Claude, │◀────│ (MCP Server) │◀────│ Vault │
│ Codex, │ │ │ │ (files) │
│ Cursor) │ │ stdio ─ dashboard │ └──────────────┘
└────────────┘ └──────────────────────┘Alles lokal. Jedes Byte lebt auf deinem Rechner. Keine Cloud, keine Server, keine Synchronisierung.
Konfiguration in
~/.obsidian-gate/config.json(Modus 0600)API-Schlüssel sind lokale Geheimnisse. Du besitzt den Stack.
Aktivitätsprotokoll verfolgt jede Agentenaktion in JSONL.
Was Gate nicht ist
❌ Kein Obsidian-Plugin (aber ein Community-Plugin ist geplant)
❌ Keine Synchronisierungs-Engine (liest/schreibt direkt in dein Vault-Verzeichnis)
❌ Kein Notiz-Editor (Obsidian ist darin besser)
❌ Kein Cloud-Dienst (läuft vollständig auf deinem Rechner)
Es ist eine kleine Sache, die gut gemacht ist: ein MCP-Server für deinen Vault.
Roadmap
MCP-Server mit 9 Tools
Lokales Dashboard + Aktivitätsprotokoll
API-Schlüssel-Authentifizierung + Berechtigungen
Stripe-Lizenzierung (kostenlose + kostenpflichtige Stufen)
Obsidian-Community-Plugin (Installation mit einem Klick)
Agent-Rückschreiben mit LLM-Frontmatter
Automatisches Tagging aus Vault-Inhalten
Tägliche Zusammenfassung: Was hat sich in deinem Vault geändert
Entwicklung
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 tsxErstellt von Riley G. — inspiriert vom Marc-Lou-Playbook: schnell liefern, kostenlose Stufe, keine Werbeausgaben, öffentlich bauen.
MIT — baue darauf auf, veröffentliche es, verkaufe es.
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