Skip to main content
Glama

MCP-DayOne

Day One Journal を Claude Desktop および Smithery と統合するためのメッセージ制御プロトコル (MCP) サーバー。

概要

このサーバーは、Day One CLI ( dayone2 ) への API インターフェイスを提供し、Claude Desktop やその他のアプリケーションが Day One ジャーナルと対話できるようにします。

Related MCP server: WordPress MCP Server

前提条件

  • Day One CLI ( dayone2 ) がシステムにインストールされている

  • Node.jsとnpm

インストール

  1. このリポジトリをクローンする

  2. npm install実行して依存関係をインストールします

  3. .envファイルを作成する ( .env.exampleを参照)

  4. npm startを実行してサーバーを起動します

APIエンドポイント

POST /api/entry

Day One ジャーナルに新しいエントリを作成します。

リクエスト本文:

{
  "content": "Your journal entry text",
  "tags": ["optional", "tags"],
  "date": "YYYY-MM-DD HH:MM:SS", // Optional
  "journal": "Journal Name" // Optional
}

応答:

{
  "success": true,
  "result": "Created new entry with uuid: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}

GET /health

サーバーが実行中かどうかを確認します。

応答:

{
  "status": "ok"
}

Claude Desktopとの統合

この MCP サーバーを Claude Desktop と併用すると、ジャーナル エントリを自動的に作成できます。

Smitheryとの統合

このプロジェクトはSmitheryで共有して、他の人が使用したり貢献したりできるようにすることができます。

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that integrates with Claude Desktop for managing personal journal entries, providing both a web viewer for browsing journals and tools for adding, searching, and analyzing journal content.
    6
    15
    2
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    A Message Control Protocol server that enables Claude Desktop to interact with NotePlan.co, allowing users to query, search, create, and update notes directly from Claude conversations.
    7
    12
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables Claude Desktop to perform file operations like reading, writing, listing directories, and managing files through natural language commands.
    MIT

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/Quevin/mcp-dayone'

If you have feedback or need assistance with the MCP directory API, please join our Discord server