Skip to main content
Glama

Obsidian MCP Server

obsidian_patch_content

Update or create notes in Obsidian vaults by replacing or adding content through the Obsidian MCP Server. Ideal for managing file content efficiently.

Instructions

Update the entire content of an existing note or create a new one.

Input Schema

NameRequiredDescriptionDefault
contentYesNew content for the note (replaces existing content)
filepathYesPath to the file (relative to vault root)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New content for the note (replaces existing content)", "type": "string" }, "filepath": { "description": "Path to the file (relative to vault root)", "format": "path", "type": "string" } }, "required": [ "filepath", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Obsidian 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/cyanheads/obsidian-mcp-server'

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