Skip to main content
Glama

Obsidian Local REST API MCP Server

by j-shelfwood
MIT License

search_notes

Search within Obsidian vaults by content or metadata using a local REST API, enabling efficient discovery and management of notes through structured queries.

Instructions

Search notes by content or metadata

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

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