Obsidian MCP Server
Obsidian MCP Server
Obsidian 볼트 작업을 위한 FastMCP 서버 — Model Context Protocol을 통해 노트를 읽고, 쓰고, 검색하고, 관리합니다.
기능
read_note — 선택적 frontmatter 파싱으로 노트 읽기
write_note — YAML frontmatter 지원으로 노트 쓰기
list_notes — glob 필터링 및 재귀로 노트 목록 보기
search_notes — 볼트 콘텐츠 전체에서 정규식 검색
search_frontmatter — frontmatter 키/값으로 노트 쿼리
get_daily_note — 템플릿으로 데일리 노트 가져오기 또는 생성
Related MCP server: Obsidian RAG MCP Server
설치
pip install -e .사용법
obsidian-mcp또는 MCP 클라이언트에서 구성:
{
"mcpServers": {
"obsidian": {
"command": "obsidian-mcp",
"env": {
"OBSIDIAN_MCP_VAULT_PATH": "C:/path/to/vault"
}
}
}
}구성
환경 변수 | 기본값 | 설명 |
| 현재 디렉터리 | Obsidian 볼트 루트 경로 |
| 10MB | 작업 시 최대 파일 크기 |
| utf-8 | 텍스트 인코딩 |
| true | YAML frontmatter 파싱 |
| false | 심볼릭 링크 추적 |
도구 참조
read_note
{
"path": "Projects/roadmap.md",
"include_frontmatter": true
}write_note
{
"path": "Projects/new-idea.md",
"content": "# New Idea\n\nDetails here...",
"frontmatter": { "tags": ["idea", "draft"], "status": "wip" }
}list_notes
{
"path": "Projects",
"glob_pattern": "**/*.md",
"recursive": true
}search_notes
{
"pattern": "MCP",
"path": ".",
"max_results": 50
}search_frontmatter
{
"key": "status",
"value": "done",
"operator": "eq"
}get_daily_note
{
"date": "2026-08-21",
"folder": "Daily Notes",
"create_if_missing": true
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables interaction between LLMs and Obsidian vaults through the Model Context Protocol, supporting secure file operations, content management, and advanced search capabilities.5,784671Apache 2.0
- FlicenseNot gradedqualityNot gradedmaintenanceEnables semantic search and content retrieval from local Obsidian vaults through the Model Context Protocol. It allows AI assistants to query notes by meaning, filter by tags, and access full note content for enhanced knowledge integration.
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Obsidian vaults through vector search, vault indexing, and file monitoring. It provides a standardized interface for searching and managing markdown-based personal knowledge management data within the Model Context Protocol.5,7841MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI to manage Obsidian notes, including creation, reading, updating, deletion, full-text search, listing with filtering, sorting, and metadata extraction via the Model Context Protocol.18MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Airgap-fleet/obsidian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server