obsidian-dictionary-mcp
Verified Safeby SaraHan774
Overview
This MCP server enables an AI agent (like Claude) to manage and interact with a technical glossary stored in an Obsidian vault.
Installation
node dist/index.jsSecurity Notes
The server performs file system operations (read, append, mkdir) using user-provided `file_path` arguments. While `term` is sanitized for regular expressions, the `file_path` itself is used directly. This is generally acceptable for a local MCP server interacting with a user's own files, but it makes it crucial for the calling agent to provide trusted paths to prevent unintended file access or modification outside the Obsidian vault if the agent's input is compromised. No direct 'eval' or arbitrary command execution found.
Similar Servers
mcp-obsidian
Provides a secure, universal AI bridge for Obsidian vaults, enabling MCP-compatible AI assistants to read, write, and manage notes.
obsidian-mcp-plugin
This plugin connects your Obsidian vault to AI assistants through MCP (Model Context Protocol), enabling them to understand and navigate your notes as a connected knowledge graph.
obsidian-mcp-server
Provides an OpenAI-compatible local Model Context Protocol (MCP) server within Obsidian, enabling external AI assistants and tools to semantically search the vault and perform file system operations.
obsidian-mcp-server
Enables AI assistants to interact with and manage an Obsidian markdown vault via the Model Context Protocol (MCP).