mcp-worklog

final0920/mcp-worklog

3.3

If you are the rightful owner of mcp-worklog and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

MCP Worklog is a service designed to automate the generation and management of daily work reports, with capabilities to collect content from AI tool sessions.

Tools
5
Resources
0
Prompts
0

MCP Worklog

MCP 服务:自动化生成和管理工作日报,支持从 AI 工具会话中采集内容。

功能

  • 追加工作记录到当天日报
  • 查询指定日期的日报内容
  • 润色和整理日报内容
  • 采集 AI 工具会话记录(Claude Code、Kiro、Cursor)
  • 重写日报内容(合并相似条目)

安装

pip install mcp-worklog

配置

{
  "mcpServers": {
    "worklog": {
      "command": "python",
      "args": ["-m", "mcp_worklog.main", "--storage-path", "/path/to/worklogs"],
      "autoApprove": ["append_worklog", "get_daily_digest", "polish_digest", "collect_sessions", "rewrite_digest"]
    }
  }
}

conda 环境需指定完整路径:

{
  "command": "/path/to/conda/envs/your_env/python"
}

工具

工具名描述
append_worklog追加工作记录到当天日报
get_daily_digest获取指定日期的日报内容
polish_digest获取日报内容供 LLM 合并相似条目
collect_sessions采集 AI 会话记录(支持分页)
rewrite_digest重写日报内容

会话采集

支持采集以下 AI 工具的会话记录:

  • Claude Code (~/.claude/projects/)
  • Kiro (%APPDATA%/Kiro/User/globalStorage/kiro.kiroagent/)
  • Cursor (%APPDATA%/Cursor/User/workspaceStorage/)