Enables searching within Obsidian vaults using the Omnisearch plugin API and returns absolute paths to matching notes.
This service allows programmatic search of notes within an Obsidian vault via a REST API. Leveraging FastMCP, it exposes search functionality as a tool that can be integrated with other services, returning absolute paths to matching notes for seamless integration with applications like Claude.
Key Features
01Searches Obsidian vault notes via API.
02Uses Obsidian Omnisearch plugin.
03Returns absolute paths to matching notes.
04Integrates with FastMCP.
05REST API interface
Use Cases
01Integrating Obsidian vault search into other applications.
02Programmatically accessing and using Obsidian notes.
03Extending the functionality of Obsidian with external tools.