Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_execute_commands

Execute a sequence of commands within Obsidian using the Advanced Obsidian MCP Server, enabling automated workflows and enhanced interaction with your vault. Ensure specific commands are run with the correct note context for optimal functionality.

Instructions

Execute one or more commands in obsidian interface, in order. For commands used on specific notes, make sure to open a note first.

Input Schema

NameRequiredDescriptionDefault
commandsYesList of commands to execute

Input Schema (JSON Schema)

{ "properties": { "commands": { "description": "List of commands to execute", "items": { "description": "Command to execute", "type": "string" }, "type": "array" } }, "required": [ "commands" ], "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