Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

get_related_notes

Find notes connected to a specific note in your Obsidian vault by analyzing link relationships and connections between your knowledge base entries.

Instructions

Get notes related to a specific note

Input Schema

NameRequiredDescriptionDefault
maxDepthNoMaximum link depth (default: 2)
pathYesPath to the note
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "maxDepth": { "description": "Maximum link depth (default: 2)", "type": "number" }, "path": { "description": "Path to the note", "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