MCP第一天
用于 Day One Journal 与 Claude Desktop 和 Smithery 集成的消息控制协议 (MCP) 服务器。
概述
该服务器为 Day One CLI( dayone2
)提供 API 接口,允许 Claude Desktop 和其他应用程序与您的 Day One 日志进行交互。
先决条件
您的系统上安装了 Day One CLI(
dayone2
)Node.js 和 npm
安装
克隆此存储库
运行
npm install
来安装依赖项创建一个
.env
文件(参见.env.example
)运行
npm start
启动服务器
API 端点
POST /api/entry
在您的 Day One 日志中创建新条目。
请求正文:
回复:
获取/健康
检查服务器是否正在运行。
回复:
与 Claude Desktop 集成
该 MCP 服务器可与 Claude Desktop 一起使用以自动创建日记帐分录。
与 Smithery 集成
该项目可以在Smithery上共享,以允许其他人使用和贡献。
This server cannot be installed
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 自动创建日志条目。
Related MCP Servers
- -securityFlicense-qualityA 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 -455
- -securityAlicense-qualityA 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 -4MIT License
- AsecurityFlicenseAqualityAn 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 -621
- AsecurityFlicenseAqualityA Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.Last updated -40