Skip to content

obsidian-nvim/obsidian-mcp.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

obsidian-mcp.nvim

WIP

Run a native lua MCP server, powered by obsidian.nvim + mcphub.nvim

Install

return {
	"obsidian.nvim/obsidian-mcp.nvim",
}

Tools

The server implements multiple tools to interact with Obsidian:

  • read_note: Return the content of a single file in your vault.
  • list_notes: Lists all files and directories in the root directory of your Obsidian vault
  • search_note: Search for documents matching a specified text query across all files in the vault
  • patch_note: Insert content into an existing note relative to a heading, block reference, or frontmatter field.
  • append_note: Append content to a new or existing file in the vault.
  • delete_note: Delete a file or directory from your vault.
  • rename_note: Rename a note and all its references in the vault.

Reference

About

mcp 🤝 obsidian.nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages