Obsidian MCP(모델 컨텍스트 프로토콜)
Obsidian MCP는 모델 컨텍스트 프로토콜(MCP)을 사용하여 Obsidian 볼트와 상호작용할 수 있는 도구입니다. 이를 통해 AI 비서가 표준화된 인터페이스를 통해 Obsidian 볼트의 메모를 읽고, 쓰고, 조작할 수 있습니다.
필수 조건
Node.js 18 이상
로컬 REST API 플러그인이 설치 및 구성된 Obsidian
로컬 REST API 플러그인에서 생성된 API 키
MCP 서버 설정(예: Claude Desktop App)
이 저장소를 복제하세요
종속성 설치:
지엑스피1
프로젝트를 빌드하세요:
이 MCP 서버를 사용하도록 Claude Desktop App을 구성하세요.
개발
위에서 언급한 대로 .env
생성하고 "apiKey", "port", "host"를 구성합니다.
사용 가능한 도구
다음 도구가 구현되었습니다.
readNote - 특정 노트의 내용을 읽습니다.
readActiveNote - 현재 활성 노트의 내용을 읽습니다.
listNotes - 전체 Vault 또는 지정된 폴더 아래의 파일과 폴더를 재귀적으로 나열합니다.
patchNote - 제목, 블록 참조 또는 프런트매터 필드를 기준으로 기존 노트에 콘텐츠를 삽입합니다.
searchWithJsonLogic - JsonLogic 형식 쿼리를 사용하여 Obsidian ��트 검색
local-only server
The server can only run on the client's local machine because it depends on local resources.
표준화된 인터페이스를 통해 AI 어시스턴트가 Obsidian 보관소의 메모를 읽고, 쓰고, 조작할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityThis project implements a Model Context Protocol (MCP) server for connecting AI models with Obsidian knowledge bases. Through this server, AI models can directly access and manipulate Obsidian notes, including reading, creating, updating, and deleting notes, as well as managing folder structures.Last updated -1139204MIT License
- -securityAlicense-qualityA server implementation that allows AI assistants to read, create, and manipulate notes in Obsidian vaults through the Model Context Protocol.Last updated -6395MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with your Obsidian vault through the Local REST API plugin, allowing reading, creating, searching, and managing notes.Last updated -1918MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that connects AI assistants to GitHub repositories containing Obsidian vaults, enabling them to read, search, and analyze notes and documentation stored on GitHub.Last updated -415MIT License