Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_batch_get_files

Retrieve contents and metadata of multiple markdown files from your Obsidian vault for structured data access and integration with AI workflows.

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