gregkonush/mcp-obsidian
If you are the rightful owner of mcp-obsidian 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.
MCP Obsidian is a server implementation of the Model Context Protocol (MCP) for integrating with Obsidian, allowing AI assistants to interact with notes in your Obsidian vault.
Tools
Functions exposed to the LLM to take actions
get_active_file
Return the contents of the currently active file
delete_active_file
Delete the currently active file
insert_active_file
Modify content in a specific location
append_active_file
Append content at the end of the file
open_file
Open a specific file
search_simple
Search for documents matching text queries
list_files
List files in the root directory of the vault
list_directory_files
List files in a specific directory
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client