LifeLogMCP
Obsidian LifeLog 연동(Step 2)
Obsidian Vault 내의 지정 날짜의 Daily Note와 그 #### タスクリスト 섹션에 있는 미완료 태스크를 읽는 TypeScript 프로젝트입니다.
이 단계에서는 MCP Server화도 파일 쓰기도 수행하지 않습니다. get_daily_note 와 list_incomplete_tasks 에 해당하는 읽기 처리만 구현하고 있습니다.
전제 조건
Node.js 20 이상
Daily Note의 파일명은
YYYY-MM-DD.md.env의DAILY_NOTE_DIR은 Vault 내의 폴더
Related MCP server: Optimike Obsidian MCP
초기 설정
종속 패키지를 설치합니다.
npm install.env.example 를 참고하여 .env 를 준비합니다. 이 프로젝트에는 최초 동작 확인용으로 DAILY_NOTE_DIR=TestDaily 가 설정되어 있습니다.
.env 는 .gitignore 에 포함되어 있으므로 Git 관리 대상이 되지 않습니다.
Daily Note 읽기
npm run get-daily-note -- 2026-08-18이 설정에서는 다음 파일을 UTF-8로 읽어서 표시합니다.
/Users/ogawatakahisa/Desktop/Obsidian/TestDaily/2026-08-18.md파일의 생성·업데이트·삭제는 수행하지 않습니다.
미완료 태스크 읽기
npm run list-incomplete-tasks -- 2026-08-18#### タスクリスト 에서 - [ ] 행만 가져와 태스크 본문과 원본 파일의 줄 번호를 표시합니다. A / B / C 섹션은 대상이 아닙니다. - [x] 와 - [X] 는 완료된 것으로 제외합니다.
#### タスクリスト 가 존재하지 않거나 비어 있는 경우, 오류가 아니라 미완료 태스크 0건으로 처리합니다.
테스트
npm test타입 체크와 테스트를 함께 실행하는 경우:
npm run check테스트는 OS의 임시 폴더에 전용 Vault를 만들어 실행하며, 실제 Obsidian Vault에는 쓰지 않습니다.
LifeLogMCP
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
- AlicenseNot gradedqualityDmaintenanceProvides an MCP server that allows AI assistants to interact with Obsidian vaults, enabling reading/writing notes, managing metadata, searching content, and working with daily notes.36MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for Obsidian that exposes tools for reading/writing notes, managing frontmatter and tags, querying Tasks, semantic search, and interacting with Obsidian Bases, with shared local caching and support for various runtime modes.36Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server that provides read and write access to an Obsidian vault by interacting directly with markdown files on disk. Supports searching, listing, reading, creating, editing, and appending notes without requiring any Obsidian plugins.3,860ISC
- FlicenseNot gradedqualityDmaintenanceMCP server that exposes Obsidian vault operations over HTTP via the Obsidian CLI, enabling note management, search, and daily note operations.1
Related MCP Connectors
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/ogawatakahisa/LifeLogMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server