Model Context Protocol + Obsidian + LiveSync

Obsidian Knowledge Bridge

Connect your AI assistant directly to your Obsidian vault. Read, search, and update your notes through a secure MCP endpoint — with real-time sync via CouchDB LiveSync.

MCP Endpoint

A dedicated MCP server endpoint lets Claude and other AI tools read and write your Obsidian notes directly via API keys.

Secure API Keys

Generate scoped API keys for each integration. Keys are hashed server-side and shown only once — revoke anytime from your dashboard.

LiveSync Ready

Each account gets a provisioned CouchDB database. Configure the Obsidian LiveSync plugin with one click to keep your vault in sync.

Developer First

Built for developers and power users. Self-hostable with Docker, transparent configuration, and standard protocols throughout.

Claude Desktop config

{
  "mcpServers": {
    "obsidian": {
      "url": "https://your-domain.com/api/mcp",
      "headers": {
        "Authorization": "Bearer sk-okb-..."
      }
    }
  }
}