mcpvault

bitbonsai/mcpvault
★ 799 stars Astro 🧠 Memory/Knowledge Updated 1mo ago
A lightweight Model Context Protocol (MCP) server for safe Obsidian vault access
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpvault": {
      "command": "npx",
      "args": [
        "-y",
        "bitbonsai/mcpvault"
      ]
    }
  }
}