What problem does it solve? Managing an Obsidian vault through an AI assistant requires consistent, safe file operations—resolving vault paths, searching notes, and editing markdown without shell quoting errors or broken wikilinks. ## Core Features & Use Cases - Vault Path Resolution: Uses the OBSIDIAN_VAULT_PATH environment variable with a fallback to ~/Documents/Obsidian Vault, always passing concrete absolute paths to file tools. - Note Operations: Read notes with line numbers, list and search notes by filename or content, create new notes, and append or patch content with anchored edits. - Wikilink Support: Creates [[Note Name]] links when authoring notes to keep the vault's knowledge graph connected. - Use Case: Ask the assistant to find every note mentioning a project keyword, then create a summary note linking to each result with wikilinks. ## Quick Start Search my Obsidian vault for all notes mentioning "quarterly planning" and create a new summary note linking to each of them.