Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_batch_get_files

Extract contents and metadata from multiple Obsidian vault notes (.md files) in a single operation, enabling efficient batch processing and AI-enhanced interactions with your knowledge base.

Instructions

Return the contents and metadata of one or more notes (.md files) in your vault.

Input Schema

NameRequiredDescriptionDefault
filepathsYesList of file paths to read

Input Schema (JSON Schema)

{ "properties": { "filepaths": { "description": "List of file paths to read", "items": { "description": "Path to a file (relative to your vault root)", "format": "path", "type": "string" }, "type": "array" } }, "required": [ "filepaths" ], "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/ToKiDoO/mcp-obsidian-advanced'

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