About MCP-Obsidian
MCP-Obsidian enables AI assistants to interact with Obsidian vaults through various tools:
- list_files_in_vault: Lists all files and directories in the root directory of your Obsidian vault.
- list_files_in_dir: Lists all files and directories in a specific Obsidian directory.
- get_file_contents: Returns the content of a single file in your vault.
- search: Searches for documents matching a specified text query across all files in the vault.
- patch_content: Inserts content into an existing note relative to a heading, block reference, or frontmatter field.
- append_content: Appends content to a new or existing file in the vault.
- delete_file: Deletes a file or directory from your vault.
These tools facilitate efficient management and retrieval of notes within Obsidian using AI prompts.