Skip to main content
Glama

MCP-DayOne

by Quevin

MCP-DayOne

Claude Desktop 및 Smithery와 Day One Journal을 통합하기 위한 MCP(메시지 제어 프로토콜) 서버입니다.

개요

이 서버는 Day One CLI( dayone2 )에 API 인터페이스를 제공하여 Claude Desktop 및 기타 애플리케이션이 Day One 저널과 상호 작용할 수 있도록 합니다.

필수 조건

  • 시스템에 Day One CLI( dayone2 )가 설치되었습니다.
  • Node.js와 npm

설치

  1. 이 저장소를 복제하세요
  2. npm install 실행하여 종속성을 설치합니다.
  3. .env 파일을 만듭니다( .env.example 참조)
  4. npm start 실행하여 서버를 시작합니다.

API 엔드포인트

POST /api/entry

Day One 저널에 새로운 항목을 만듭니다.

요청 본문:

지엑스피1

응답:

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

GET /건강

서버가 실행 중인지 확인하세요.

응답:

{ "status": "ok" }

Claude Desktop과 통합

이 MCP 서버는 Claude Desktop과 함께 사용하여 자동으로 저널 항목을 생성할 수 있습니다.

Smithery와의 통합

이 프로젝트는 Smithery 에 공유하여 다른 사람들이 사용하고 기여할 수 있도록 할 수 있습니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude Desktop 및 기타 애플리케이션이 Day One 저널과 상호 작용할 수 있도록 하는 메시지 제어 프로토콜 서버로, 간단한 API를 통해 자동화된 저널 항목 생성이 가능합니다.

  1. 개요
    1. 필수 조건
      1. 설치
        1. API 엔드포인트
          1. POST /api/entry
          2. GET /건강
        2. Claude Desktop과 통합
          1. Smithery와의 통합

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
              Last updated -
              48
              4
              TypeScript
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Control Protocol server for integrating with DingTalk, enabling users to send messages, retrieve conversation/user information, and query calendar events through Claude.
              Last updated -
              2
              Python
              MIT License
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that provides a seamless email management interface through Claude, allowing users to search, read, and send emails directly through natural language conversations.
              Last updated -
              40
              Python
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              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.
              Last updated -
              353
              TypeScript

            View all related MCP servers

            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