obsidian-sync-mcp
Click on "Install 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.sigpay.xyz/mcp → localhost:8787.
claude mcp add --transport http vault https://obsidian-mcp.sigpay.xyz/mcp --header "Authorization: Bearer <токен>"This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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