Skip to main content
Glama

Obsidian Omnisearch MCP Server

by anpigon

obsidian_notes_search

Search within Obsidian vaults to locate notes and retrieve their absolute paths. Use the results to access note contents programmatically via the read_note tool.

Instructions

Search Obsidian(옵시디언) notes and return absolute paths to the matching notes. The returned paths can be used with the read_note tool to view the note contents.

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Obsidian Omnisearch MCP Server

Related Tools

    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/anpigon/mcp-server-obsidian-omnisearch'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server