Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

create_canvas

Create a new canvas file in your Obsidian vault to organize notes and ideas visually. Specify the vault name and file path to generate the canvas.

Instructions

Create a new canvas file

Input Schema

NameRequiredDescriptionDefault
pathYesPath for new canvas
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path for new canvas", "type": "string" }, "vault": { "description": "Vault name", "type": "string" } }, "required": [ "vault", "path" ], "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