LifeLogMCP
An MCP server for reading Obsidian Daily Notes and listing incomplete tasks from the Daily Note's task list, enabling natural language queries of daily logs and remaining tasks.
README
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内のフォルダ
初期設定
依存パッケージをインストールします。
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.