Skip to main content
Glama

Obsidian iCloud MCP

MIT License
381
2
  • Apple
  • Linux

edit_file

Modify files in an Obsidian iCloud vault securely. Preview changes with a dry run option; updates occur only after user confirmation. Ensures editing is confined to permitted directories.

Instructions

Edit a specific file under /Users/username/Library/Mobile Documents/iCloudmdobsidian/Documents/my-vault. Display the modified content to the user for review; the original file will only be updated upon user confirmation. Only works within allowed directories.

Input Schema

NameRequiredDescriptionDefault
dryRunNoPreview changes before real editing.
newTextYes
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dryRun": { "default": false, "description": "Preview changes before real editing.", "type": "boolean" }, "newText": { "type": "string" }, "path": { "type": "string" } }, "required": [ "path", "newText" ], "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/YanceyOfficial/obsidian-mcp'

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