Obsidian Scoped-write MCP
Provides read and scoped-write access to an Obsidian vault, allowing listing, reading, searching, and updating Markdown files within designated directories, with safety features like SHA-256 verification and backup.
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 Scoped-write MCPCreate a new Markdown note in 00-ChatGPT系統入口 summarising today's MCP design decisions"
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 Scoped-write MCP
MCP service for accessing a designated Obsidian Vault. The entire Vault is readable; creating and updating Markdown is allowed only in two ChatGPT-specific directories:
00-ChatGPT系统入口01-ChatGPT策略主脑
No deletion, move, rename, or non-Markdown write tools are provided.
Tools
list_directory: List the directory.read_markdown: Read Markdown.search_markdown: Search Markdown.get_file_info: View size, modification time, SHA-256, and writable status.create_directory: Create a first-level ordinary subfolder within an allowed directory; the parent directory must already exist.create_markdown: Create a new file in an allowed directory; overwriting is forbidden.update_markdown: Update an existing file using the expected SHA-256, with a backup made outside the Vault before the update.
Related MCP server: Obsidian MCP Local
Local verification
npm ci
npm testTests create a temporary Vault and a temporary backup directory by default and do not touch personal Obsidian data. When a real Vault path is passed in, only read tests are run; no writes are performed.
Security boundaries
Write directories are controlled by a fixed server-side allowlist; tool parameters cannot expand the scope.
Creating folders only allows one-level operations; duplicate names, hidden directories, missing parent directories, out-of-bounds paths, and symlink escapes are all rejected.
Rejected when the creation target already exists.
Before updating, call
get_file_infoand use the returnedsha256asexpected_sha256; the update is rejected if the file has changed.Before updating, back up to the current Windows user's local application data directory; the backup is not inside the Vault or the Git repository.
Absolute paths, out-of-bounds paths, symlink escapes, and non-Markdown files are all rejected.
Development workflow
mainalways remains releasable.All repository changes use short-lived branches and Pull Requests.
Merge only after CI passes; squash merge is used by default.
Architecture, security boundaries, data formats, long-term dependencies, or large features spanning multiple independent PRs: parent Issue, Sub-issues, ADR, PR, CI, and rollback records.
Small patches: a single Issue or PR, minimal changes, minimal tests, and rollback notes.
Lightweight patch acceptance
Acceptance: run
npm test, and merge after the Pull Request's CI checks pass.Rollback: revert the corresponding squash commit on GitHub.
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
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to read, search, and manage Obsidian vault markdown files, including YAML frontmatter, wikilinks, and graph operations through a secure stateless I/O layer.
- AlicenseCqualityDmaintenanceEnables AI assistants to search, read, create, and modify Markdown notes in local Obsidian vaults directly through filesystem operations. Supports tag-based discovery and frontmatter parsing without requiring Obsidian to be open, facilitating integration with VS Code Copilot via stdio transport.5104MIT
- AlicenseAqualityCmaintenanceEnables Claude Code read/write access to an Obsidian vault, including creating, editing, searching, and browsing notes.8MIT
- FlicenseNot gradedqualityDmaintenanceProvides Claude with safe read/write access to Obsidian vaults, with YAML frontmatter protection and path filtering to prevent corruption.1
Related MCP Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
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/kee12301230-prog/obsidian-readonly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server