Back to Home
sunub icon

obsidian-mcp-server

Verified Safe

by sunub

Overview

This server allows AI agents or external applications to explore, search, read, and manage documents within a local Obsidian vault, transforming it into an AI-accessible knowledge base for automated tasks like summarization and property generation.

Installation

Run Command
npx -y @sunub/obsidian-mcp-server --vault-path /absolute/path/to/your/obsidian/vault

Environment Variables

  • VAULT_DIR_PATH
  • LOGGING_LEVEL

Security Notes

The server primarily operates on a user-specified local Obsidian vault, with robust path validation to prevent arbitrary file system access outside the designated vault directory. File operations are limited to reading, writing (frontmatter), and moving attachments within this defined scope. No direct 'eval' or arbitrary command execution vulnerabilities were identified. The communication uses StdioServerTransport, implying local inter-process communication rather than an exposed network service by default. The main risk relies on the `VAULT_DIR_PATH` being correctly and securely configured by the user.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassHigh
Avg Tokens4000
Stars2
Forks0
Last Update2025-11-30

Tags

obsidianknowledge baseAI toolsdocument managementlocal files