Skip to main content
Glama

Obsidian MCP Server

by getglad

get_backlinks

Find all notes that link to a specific note in your Obsidian vault to understand connections and discover incoming references for better content organization.

Instructions

Get all notes that link to a specific note (incoming links)

Input Schema

NameRequiredDescriptionDefault
limitNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "path": { "title": "Path", "type": "string" } }, "required": [ "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/getglad/obsidian_mcp'

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