obsidian-sync-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@obsidian-sync-mcpsearch my vault for 'action items'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_revpatch_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 игнорирует) + renamePath 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.example.com/mcp → localhost:8787.
claude mcp add --transport http vault https://obsidian-mcp.example.com/mcp --header "Authorization: Bearer <токен>"This server cannot be deployed
Maintenance
Related MCP Connectors
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
An MCP server that used to create notes
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn 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.9MIT
- AlicenseNot gradedqualityDmaintenanceMCP 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.2,547 npmISC
- FlicenseNot gradedqualityDmaintenanceMCP server that exposes Obsidian vault operations over HTTP via the Obsidian CLI, enabling note management, search, and daily note operations.1-
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes an Obsidian vault (search, read, create, and update notes) via Streamable HTTP.-