Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

get_canvas

Retrieve canvas file contents from Obsidian vaults to access and work with visual knowledge maps and structured content.

Instructions

Get canvas file contents

Input Schema

NameRequiredDescriptionDefault
pathYesPath to canvas file
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to canvas file", "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