Skip to main content
Glama

Obsidian Local REST API MCP Server

by j-shelfwood

search_vault

Search across content, filenames, and metadata in Obsidian vaults with advanced filtering, enabling precise retrieval of notes and information through customizable search scopes.

Instructions

Search vault content across files, filenames, and metadata with advanced filtering

Input Schema

NameRequiredDescriptionDefault
path_filterNoLimit search to specific path prefix
queryYesSearch query
scopeNoSearch scope - where to look for the query

Input Schema (JSON Schema)

{ "properties": { "path_filter": { "description": "Limit search to specific path prefix", "type": "string" }, "query": { "description": "Search query", "type": "string" }, "scope": { "default": [ "content", "filename", "tags" ], "description": "Search scope - where to look for the query", "items": { "enum": [ "content", "filename", "tags" ], "type": "string" }, "type": "array" } }, "required": [ "query" ], "type": "object" }

Other Tools from Obsidian Local REST API 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/j-shelfwood/obsidian-local-rest-api-mcp'

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