Skip to main content
Glama

obsidian-sync-mcp

MCP-сервер (streamable HTTP) над репликой Obsidian-волта (/srv/vault, Syncthing) с CAS-записью.

Инструменты

  • list_notes(dir?) — рекурсивный список .md (скрыты .git, .stversions, .stfolder, .trash)

  • read_note(path){ content, rev }, rev = sha256(content)[:12]

  • write_note(path, content, base_rev?) — CAS: файл существует → base_rev обязателен, не совпал → CONFLICT + свежие { content, rev }; файла нет → создание без base_rev

  • patch_note(path, old_str, new_str)old_str ровно один раз, иначе ошибка + свежие { content, rev }

  • search_notes(query, dir?) — ripgrep, путь + номер строки + строка

Related MCP server: obsidian-mcp

Гарантии

  • Мьютекс на путь: записи в один файл сериализуются

  • Atomic write: tmp в той же директории (.syncthing.* — Syncthing игнорирует) + rename

  • Path traversal: resolve + проверка префикса волта; запись в .git, .stversions, .stfolder, .obsidian запрещена

  • Auth: Bearer-токен (env AUTH_TOKEN), иначе 401

Деплой

/opt/obsidian-sync-mcp        код (git clone + npm install --omit=dev)
/etc/obsidian-sync-mcp/env    AUTH_TOKEN=... VAULT_DIR=/srv/vault PORT=8787
deploy/obsidian-sync-mcp.service → /etc/systemd/system/

Наружу — через cloudflared tunnel: https://obsidian-mcp.sigpay.xyz/mcplocalhost:8787.

claude mcp add --transport http vault https://obsidian-mcp.sigpay.xyz/mcp --header "Authorization: Bearer <токен>"
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server for managing Obsidian-style note vaults, providing tools for full-text search, note creation, and backlink tracking. It enables users to navigate, structure, and update their personal knowledge base through natural language.
    Last updated
    9
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server that provides read and write access to an Obsidian vault by interacting directly with markdown files on disk. Supports searching, listing, reading, creating, editing, and appending notes without requiring any Obsidian plugins.
    Last updated
    3,555
    ISC
  • F
    license
    A
    quality
    A
    maintenance
    A filesystem-based MCP server for Obsidian vaults that enables LLMs to browse, search, read, write, and edit Markdown notes directly on disk without requiring Obsidian to be running.
    Last updated
    6
    1,459
    1

View all related MCP servers

Related MCP Connectors

  • Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

View all MCP Connectors

Latest Blog Posts

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/amidnikmal/obsidian-sync-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server