MCP Obsidian
MCP 옵시디언
Obsidian 과 통합하기 위한 모델 컨텍스트 프로토콜(MCP) 의 서버 구현입니다. 이를 통해 AI 비서가 Obsidian 저장소의 노트를 읽고, 생성하고, 조작할 수 있습니다.
특징
Obsidian에서 활성 파일 읽기
활성 파일 삭제
특정 위치(제목, 블록 참조, 프런트매터)에 콘텐츠 삽입
파일에 내용 추가
특정 파일 열기
보관소에 있는 파일 나열
노트를 검색하세요
Related MCP server: Vault Cortex
필수 조건
커서에 추가
.env 파일에 비밀을 입력하세요.
MCP 명령을 선택한 후 이 명령을 입력하세요.
지엑스피1
설치
이 저장소를 복제하세요:
git clone https://github.com/gregkonush/mcp-obsidian.git cd mcp-obsidian종속성 설치:
bun install예제 환경 파일을 복사하여 구성합니다.
cp .env.example .env
구성
특정 구성으로 .env 파일을 편집합니다.
OBSIDIAN_BASE_URL=http://localhost:27123
OBSIDIAN_TOKEN=your_token_here
DEBUG=false용법
MCP 서버를 시작합니다.
bun run src/index.ts서버는 표준 I/O를 통해 MCP 호환 AI 어시스턴트와 시작 및 통신합니다.
사용 가능한 도구
이 구현은 AI 어시스턴트에게 다음과 같은 도구를 제공합니다.
get_active_file- 현재 활성화된 파일의 내용을 반환합니다.delete_active_file- 현재 활성화된 파일을 삭제합니다.insert_active_file- 제목, 블록 참조 또는 프런트매터 필드를 기준으로 콘텐츠를 수정합니다.append_active_file- 활성 파일의 끝에 내용을 추가합니다.open_file- Obsidian에서 특정 파일을 엽니다.search_simple- 텍스트 쿼리와 일치하는 문서를 검색합니다.list_files- 볼트의 루트 디렉토리에 있는 파일을 나열합니다.list_directory_files- 볼트의 특정 디렉토리에 있는 파일을 나열합니다.
개발
프로젝트 구조
mcp-obsidian/
├── src/
│ ├── index.ts # Main server implementation
│ └── tools/ # Individual tool implementations
│ ├── get-active-file.ts
│ ├── delete-active-file.ts
│ └── ...
├── .env # Environment configuration
├── package.json # Project dependencies
└── tsconfig.json # TypeScript configuration새로운 도구 추가
새로운 도구를 추가하려면:
src/tools/디렉토리에 새 파일을 만듭니다.MCP SDK를 사용하여 도구 구현
src/index.ts에 도구를 가져와 등록합니다.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 LICENSE.md 파일을 참조하세요.
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
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 Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol server that enables AI assistants to read, write, and manipulate notes in your Obsidian vault through a standardized interface.53,8604ISC
- AlicenseAqualityAmaintenanceMCP server for Obsidian vaults — search, memory, link graph, 23 tools, OAuth-protected. Runs locally via Docker or remotely with Obsidian Sync + OAuth 2.1.4301,06317MIT
- AlicenseAqualityFmaintenanceA Model Context Protocol (MCP) server that provides AI assistants with secure access to Obsidian vaults. Enables reading, writing, searching, and managing notes without requiring Obsidian to be running.502,472Apache 2.0
- FlicenseNot gradedqualityCmaintenanceMCP server that provides tools and resources for AI models to interact with an Obsidian vault, enabling file operations, search, and management via the Model Context Protocol.2
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
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/gregkonush/mcp-obsidian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server