Skip to main content
Glama
ogawatakahisa

LifeLogMCP

Obsidian LifeLog 연동(Step 2)

Obsidian Vault 내의 지정 날짜의 Daily Note와 그 #### タスクリスト 섹션에 있는 미완료 태스크를 읽는 TypeScript 프로젝트입니다.

이 단계에서는 MCP Server화도 파일 쓰기도 수행하지 않습니다. get_daily_notelist_incomplete_tasks 에 해당하는 읽기 처리만 구현하고 있습니다.

전제 조건

  • Node.js 20 이상

  • Daily Note의 파일명은 YYYY-MM-DD.md

  • .envDAILY_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

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    36
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP 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.
    36
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP 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,860
    ISC

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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