Obsidian REST API

Call the Obsidian Local REST API directly (over HTTP) for vault operations the mcp__obsidian__* tools do NOT expose — move/rename a note, overwrite a whole file atomically (PUT), act on the currently-open active file, run an Obsidian command, open a note in the UI, list all tags, or do date-specific periodic-note CRUD. Prefer the mcp__obsidian__* tools for plain read/append/patch/delete/search; fall back to this skill only when the required method is missing from MCP.

davepoon Updated

File contents

davepoon/buildwithclaude commit faa7116edd

Frequently asked questions

npx skillmds@latest add davepoon/obsidian-rest-api