Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

render_template

Generate Obsidian notes by applying variables to template files, creating structured content with custom frontmatter and predefined formats.

Instructions

Render a template with variables

Input Schema

NameRequiredDescriptionDefault
frontmatterNoAdditional frontmatter
targetPathNoTarget note path (for context)
templatePathYesPath to template file
variablesNoTemplate variables
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "frontmatter": { "description": "Additional frontmatter", "type": "object" }, "targetPath": { "description": "Target note path (for context)", "type": "string" }, "templatePath": { "description": "Path to template file", "type": "string" }, "variables": { "description": "Template variables", "type": "object" }, "vault": { "description": "Vault name", "type": "string" } }, "required": [ "vault", "templatePath" ], "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/bazylhorsey/obsidian-mcp-server'

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