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.
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.Last updated9MIT
- Alicense-qualityCmaintenanceMCP 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 updated3,555ISC
- Flicense-qualityDmaintenanceMCP server that exposes Obsidian vault operations over HTTP via the Obsidian CLI, enabling note management, search, and daily note operations.Last updated1
- FlicenseAqualityAmaintenanceA 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 updated61,4591
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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