dbmcco/obsidian-mcp
If you are the rightful owner of obsidian-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Obsidian MCP Server is designed to facilitate natural language interaction with your Obsidian vault, enabling users to perform complex queries and manage notes efficiently.
Tools
Functions exposed to the LLM to take actions
query_vault
Process natural language queries about your vault.
search_notes
Search for notes by filename or content.
get_note
Get the full content of a specific note.
get_backlinks
Get all notes that link to a specific note.
write_note
Write or overwrite a note with new content.
create_note
Create a new note with frontmatter and content.
append_to_note
Append content to an existing note.
update_note_section
Update a specific section of a note by heading.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client