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