Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_open_files

Open multiple files simultaneously in Obsidian vaults using specified paths, enhancing workflow efficiency for AI agents integrated with the MCP server.

Instructions

Open one or more files in the vault in a new leaf.

Input Schema

NameRequiredDescriptionDefault
filepathsYesList of file paths to open

Input Schema (JSON Schema)

{ "properties": { "filepaths": { "description": "List of file paths to open", "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