Worklog
FreeNot checkedAutomatically tracks and logs development work sessions by collecting activity data from various coding tools, generating detailed productivity summaries and wo
About
Automatically tracks and logs development work sessions by collecting activity data from various coding tools, generating detailed productivity summaries and work patterns without manual time tracking.
README
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/)
Installing Worklog
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/final0920/mcp-worklogFAQ
Is Worklog MCP free?
Yes, Worklog MCP is free — one-click install via Unyly at no cost.
Does Worklog need an API key?
No, Worklog runs without API keys or environment variables.
Is Worklog hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Worklog in Claude Desktop, Claude Code or Cursor?
Open Worklog on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Worklog with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
