Syncidian

shangeethsivan/Syncidian
★ 0 stars Go Security Updated 1d ago
Syncidian is an open-source, self-hostable Obsidian sync and AI bridge. Sync your vault across devices through an encrypted, stateless relay, back it up to GitHub, and connect your knowledge to AI tools through a built-in MCP server. Self-host for free or use the upcoming hosted service starting at $1/month.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "syncidian": {
      "command": "go",
      "args": [
        "run",
        "github.com/shangeethsivan/Syncidian@latest"
      ]
    }
  }
}