Back to Home
bitbonsai icon

mcp-obsidian

Verified Safe

by bitbonsai

Overview

Provides a secure, universal AI bridge for Obsidian vaults, enabling MCP-compatible AI assistants to read, write, and manage notes.

Installation

Run Command
npx @mauricio.wolff/mcp-obsidian@latest /path/to/your/vault

Security Notes

The server demonstrates a strong focus on security, crucial for interacting with personal knowledge bases. It explicitly prevents path traversal with `resolvePath` checks, filters access to sensitive directories like `.obsidian`, `.git`, and `node_modules` via `PathFilter`, and whitelists file extensions (`.md`, `.markdown`, `.txt`). Frontmatter input is validated to prevent dangerous YAML structures (functions, symbols) and ensure data integrity. Destructive operations like `delete_note` require explicit confirmation. Communication occurs over stdio, limiting network exposure. The `README` and `SECURITY.md` are thorough in outlining security measures and best practices. No `eval` or unsafe command execution patterns were found. This server is designed for safe operation within its defined scope.

Similar Servers

Stats

Interest Score96
Security Score9
Cost ClassLow
Avg Tokens100
Stars337
Forks18
Last Update2026-01-12

Tags

mcpobsidianai-bridgeknowledge-managementmarkdown