Obsidian
By thumbsupordown
The Obsidian MCP server connects AI agents to your Obsidian vault through the Local REST API plugin. Agents can list files and folders, read note contents, search across the vault, patch content relative to headings or block references, append to notes, and delete files — letting assistants read and edit your knowledge base directly.
Tools
append_content
Append content to a new or existing file in the vault.
delete_file
Delete a file or directory from the Obsidian vault.
get_file_contents
Return the full content of a single file in the vault.
list_files_in_dir
List all files and directories in a specific vault folder.
list_files_in_vault
List all files and directories in the Obsidian vault root.
patch_content
Insert content relative to a heading, block, or frontmatter.
search
Search for documents matching a text query across the vault.