Back to Home
dp-veritas icon

mcp-obsidian-tools

Verified Safe

by dp-veritas

Overview

Provides a Model Context Protocol (MCP) server for LLM clients to read, search, and query an Obsidian markdown note vault.

Installation

Run Command
mcp-obsidian-tools /path/to/your/vault

Security Notes

The server employs robust path validation (`validatePath` function) to strictly confine all file system operations to the specified vault directory, including proper handling of symlinks and their real paths. It explicitly denies access to hidden files/directories and operates solely via standard I/O (stdio), thus avoiding network exposure. All exposed tools are read-only, preventing any modification or deletion of user data. Input arguments are validated using Zod schemas, mitigating potential injection risks. No 'eval' or similar dangerous functions are used, and no hardcoded secrets were found.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-12-15

Tags

ObsidianMarkdownKnowledge BaseContext ProtocolAI Tools