Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

suggest_links

Find relevant notes to link within your Obsidian vault by analyzing content relationships and suggesting connections based on your current note's context.

Instructions

Suggest related notes for linking

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum suggestions (default: 5)
pathYesPath to the note
vaultYesVault name

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum suggestions (default: 5)", "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