Obsidian MCP Module
@cconstable
关于 Obsidian MCP Module
mcp server for obsidian notes
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"filesystem": {
"command": "/path/to/deno",
"args": [
"run",
"--allow-read",
"/path/to/main.ts",
"--vaultPath=/path/to/vault"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Obsidian MCP Module?
Obsidian MCP Module is an MCP server for reading Obsidian vaults. It provides both MCP tools and resources for accessing notes, since some clients only support one or the other.
How to use Obsidian MCP Module?
Enable the Obsidian Metadata Extractor plugin to create the required metadata.json file. Configure the server in your MCP client (VS Code or Claude Desktop) using the deno runtime, pointing to your vault path.
Key features of Obsidian MCP Module
search-notes: Search notes by topicget-note: Retrieve note contents- Supports both MCP tools and resources
- Works with VS Code and Claude Desktop
- Read-only access to vault files
Use cases of Obsidian MCP Module
- Searching for notes across an Obsidian vault by topic
- Retrieving the full contents of a specific note
- Enabling AI assistants to read and reference vault content
- Integrating Obsidian knowledge into MCP-compatible applications
FAQ from Obsidian MCP Module
What dependencies does Obsidian MCP Module require?
It requires the Deno runtime and the Obsidian Metadata Extractor plugin to be enabled in your vault.
What transport does Obsidian MCP Module use?
It uses the stdio transport and requires the --allow-read permission flag.
Where does Obsidian MCP Module store data?
It reads directly from the local vault path specified via the --vaultPath argument; no external data storage is used.
Does Obsidian MCP Module support writing notes?
No, the README explicitly states the server is for reading Obsidian vaults only.
How do I configure Obsidian MCP Module for VS Code?
Add an .vscode/mcp.json file to your workspace with the deno command, --allow-read flag, and --vaultPath pointing to your vault directory.
记忆与知识 分类下的更多 MCP 服务器
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
评论