vault-sync

alexjbarnes/vault-sync
★ 13 stars Go 🤖 AI/LLM Updated 1d ago
Headless Obsidian Sync client with MCP server for AI assistants
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vault-sync": {
      "command": "go",
      "args": [
        "run",
        "github.com/alexjbarnes/vault-sync@latest"
      ]
    }
  }
}