Skip to main content
Glama

Obsidian Semantic MCP Server

edit

Perform smart editing operations on files or directories, including windowing, appending, patching, line-specific edits, and buffer-based modifications, tailored for Obsidian workflows.

Instructions

Smart editing operations - window, append, patch, at_line, from_buffer

Input Schema

NameRequiredDescriptionDefault
actionYesThe specific action to perform
contentNoContent to write or append
fuzzyThresholdNoSimilarity threshold for fuzzy matching (0-1)
lineNumberNoLine number for at_line action
modeNoInsert mode for at_line action
newTextNoText to replace with
oldTextNoText to search for (supports fuzzy matching)
operationNoPatch operation type
pathNoPath to the file or directory
targetNoTarget identifier for patch operations
targetTypeNoTarget type for patch operations

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The specific action to perform", "enum": [ "window", "append", "patch", "at_line", "from_buffer" ], "type": "string" }, "content": { "description": "Content to write or append", "type": "string" }, "fuzzyThreshold": { "default": 0.7, "description": "Similarity threshold for fuzzy matching (0-1)", "type": "number" }, "lineNumber": { "description": "Line number for at_line action", "type": "number" }, "mode": { "description": "Insert mode for at_line action", "enum": [ "before", "after", "replace" ], "type": "string" }, "newText": { "description": "Text to replace with", "type": "string" }, "oldText": { "description": "Text to search for (supports fuzzy matching)", "type": "string" }, "operation": { "description": "Patch operation type", "type": "string" }, "path": { "description": "Path to the file or directory", "type": "string" }, "target": { "description": "Target identifier for patch operations", "type": "string" }, "targetType": { "description": "Target type for patch operations", "type": "string" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Obsidian Semantic MCP Server

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/aaronsb/obsidian-semantic-mcp'

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