obsidian-vault-server-sync

FlyAgileWithGiom/obsidian-vault-server-sync
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Obsidian plugin: sync vault to CouchDB for vault-server (Claude MCP)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian-vault-serve": {
      "command": "npx",
      "args": [
        "-y",
        "FlyAgileWithGiom/obsidian-vault-server-sync"
      ]
    }
  }
}

README Excerpt

Sync an Obsidian vault to CouchDB so it can be read by `vault-server` (a Claude MCP server). Ships two artifacts from one codebase: an Obsidian plugin (`fly-vault-sync`) that runs inside Obsidian on desktop and mobile, and a headless daemon (`vault-sync-daemon`) that syncs a vault on a machine where Obsidian is not running.