Skip to main content
Glama

Obsidian MCP

auto_backlink_vault

Automatically convert note names into wikilinks across your Obsidian vault. Configure settings like case sensitivity, batch size, and exclusions to streamline backlink creation. Preview changes before applying to ensure accuracy.

Instructions

Automatically add backlinks throughout the entire vault by detecting note names in content and converting them to wikilinks

Input Schema

NameRequiredDescriptionDefault
batchSizeNoNumber of notes to process in each batch (default: 50)
caseSensitiveNoWhether matching should be case sensitive (default: false)
dryRunNoPreview changes without applying them (default: true)
excludePatternsNoArray of glob patterns to exclude from processing (e.g., ["template/*", "archive/*"])
minLengthNoMinimum note name length to consider for linking (default: 3)
wholeWordsNoWhether to match only whole words (default: true)

Input Schema (JSON Schema)

{ "properties": { "batchSize": { "default": 50, "description": "Number of notes to process in each batch (default: 50)", "type": "number" }, "caseSensitive": { "default": false, "description": "Whether matching should be case sensitive (default: false)", "type": "boolean" }, "dryRun": { "default": true, "description": "Preview changes without applying them (default: true)", "type": "boolean" }, "excludePatterns": { "default": [], "description": "Array of glob patterns to exclude from processing (e.g., [\"template/*\", \"archive/*\"])", "items": { "type": "string" }, "type": "array" }, "minLength": { "default": 3, "description": "Minimum note name length to consider for linking (default: 3)", "type": "number" }, "wholeWords": { "default": true, "description": "Whether to match only whole words (default: true)", "type": "boolean" } }, "required": [], "type": "object" }
Install Server

Other Tools from Obsidian MCP

Related Tools

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/newtype-01/obsidian-mcp'

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