mcp-obsidian
Verified Safeby bitbonsai
Overview
Connects AI assistants to Obsidian vaults for secure and intelligent interaction, enabling AI-powered knowledge management.
Installation
npx @mauricio.wolff/mcp-obsidian@latest /path/to/your/vaultSecurity Notes
The server implements strong security measures including strict path traversal protection, ensuring all file operations are confined within the specified Obsidian vault. It features robust path filtering to exclude sensitive directories (e.g., .obsidian, .git, node_modules) and restricts file types. Deletion operations require explicit path confirmation to prevent accidental data loss. Frontmatter parsing and stringification explicitly validate YAML, preventing code injection by blocking functions and symbols. Communication occurs over standard I/O (stdio), significantly minimizing the network attack surface.
Similar Servers
mem-agent-mcp
Provides a Model Context Protocol (MCP) server for a memory agent, enabling LLMs to interact with an Obsidian-like memory system for contextual assistance and RAG.
obsidian-mcp-plugin
Connects Obsidian vault to AI assistants via Model Context Protocol (MCP), enabling AI to understand and navigate notes as a knowledge graph for semantic search and information synthesis.
mcp-obsidian
Facilitates LLM interaction with Obsidian vaults via the Local REST API plugin, enabling read/write operations and command execution.
org-mcp-server
A Model Context Protocol (MCP) server for org-mode knowledge management, providing search, content access, and note linking capabilities for AI agents.