obsidian-mcp-serverMCP Server36/100 via “vault-wide full-text search with regex and content filtering”
Obsidian Knowledge-Management MCP (Model Context Protocol) server that enables AI agents and development tools to interact with an Obsidian vault. It provides a comprehensive suite of tools for reading, writing, searching, and managing notes, tags, and frontmatter, acting as a bridge to the Obsidian
Unique: Leverages Obsidian's native search index and regex engine via REST API, enabling vault-wide searches without re-indexing or maintaining a separate search backend. Supports both plain-text and regex patterns with configurable result filtering and limits, integrated into the MCP tool schema with input validation to prevent ReDoS attacks.
vs others: Uses Obsidian's built-in search index (faster than external indexing) and integrates directly with Obsidian's regex dialect, whereas external search tools would require maintaining a separate index and may have different regex semantics.