This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryInitial release of Obsidian MCP Server providing note CRUD, frontmatter, tag management, search, and directory operations.
Full changelog
Obsidian MCP Server v1.0.0
A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Obsidian vault.
Features
Note Management
- CRUD Operations: Create, read, update, and delete notes
- Batch Reading: Read multiple notes in a single request (
read-multiple-notes) - Move/Duplicate: Reorganize your vault structure
- Section Operations: Read, append, or replace specific sections by heading
Frontmatter & Tags
- Frontmatter Parsing: Get/set YAML frontmatter as structured JSON
- Tag Management: Add/remove tags (frontmatter or inline)
- Tag Auditing: Find notes missing required tags
- Tag Search: List all tags with usage counts
Search & Links
- Full-Text Search: Search content and filenames with context
- Backlinks: Find all notes linking to a specific note
- Broken Links: Detect wiki-links that don't resolve
- Find & Replace: Bulk text replacement with regex support
Directory Operations
- Create/Delete/Rename: Full directory management
- List Contents: Browse vault structure
Installation
git clone https://github.com/smith-and-web/obsidian-mcp-server.git
cd obsidian-mcp-server
docker-compose up -d
See README for full documentation.
29 Available Tools
read-note, read-multiple-notes, create-note, edit-note, delete-note, move-note, duplicate-note, list-vault, create-directory, delete-directory, rename-directory, get-frontmatter, update-frontmatter, add-tags, remove-tags, list-tags, find-notes-by-tag, search-missing-tag, audit-tags, search-vault, get-backlinks, find-broken-links, find-replace, read-section, append-to-section, replace-section, append-to-file, insert-at-marker, list-headings
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About smith-and-web/obsidian-mcp-server
SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring.
Related context
Beta — feedback welcome: [email protected]