mcp-server-obsidian-omnisearch

mcp-server-obsidian-omnisearch

15

The MCP Server Obsidian Omnisearch is a FastMCP-based server providing search functionality for Obsidian vaults via a REST API. It enables programmatic searches of Obsidian notes and is easily integrated with FastMCP tools.

What is the main functionality of MCP Server Obsidian Omnisearch?

The main functionality is to provide a REST API interface for searching through Obsidian vault notes and returning absolute paths to the matching notes.

What are the prerequisites for using MCP Server Obsidian Omnisearch?

The prerequisites include Python 3.x, the FastMCP library, an active Obsidian vault, and the Omnisearch plugin installed and running.

How can I install MCP Server Obsidian Omnisearch via Smithery?

You can install it using the command: npx -y @smithery/cli install @anpigon/mcp-server-obsidian-omnisearch --client claude.

How do I configure the Obsidian vault path?

The Obsidian vault path is provided as a command line argument when running the server, e.g., python server.py /path/to/your/obsidian/vault.

What tools are recommended for debugging MCP servers?

The MCP Inspector is recommended for debugging MCP servers, as it provides a comprehensive debugging experience.