Obsidian
JSON →A server for interacting with your Obsidian vault.
Install
pip install . Tools · 11
- read_note Read the content of a note in the Obsidian vault
- write_note Write or overwrite a note in the Obsidian vault
- get_note_metadata Get the frontmatter metadata of a note
- update_note_metadata Update the frontmatter metadata of a note
- list_notes List all notes in the vault
- list_folders List all folders in the vault
- search_notes Search notes by content or metadata
- get_daily_note Get or create the daily note for a specific date
- get_outgoing_links Get outgoing links from a note
- get_backlinks Get backlinks to a note
- get_tags Get all tags used in the vault
Environment variables
OMCP_SERVER_PORT
Links
★ 34 GitHub stars