xinrong-meng/daily-work-status-mcp
3.1
If you are the rightful owner of daily-work-status-mcp 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.
An MCP server designed to manage daily work status entries as markdown files, offering features for creating, reading, searching, and summarizing work entries.
Daily Work Status MCP Server
An MCP server for managing daily work status entries as markdown files.
Features
- 📝 Create, read, and search work entries
- 📊 Generate summaries for any date range
- 🔄 Smart entry merging for same dates
- 📁 User-configurable data directory
Installation
# Install dependencies
uv venv && source .venv/bin/activate
uv pip install -r requirements.txt
# Install MCP server
uv run mcp install server.py
# Restart Claude Desktop
Configuration
Set your data directory (optional):
export WORK_STATUS_DATA_DIR="/path/to/your/data"
# Default: ~/daily-work-status/
Grant Claude Desktop filesystem access to your data directory.
Usage
Create entries:
Create a work status entry: Fixed bugs in authentication module
Read entries:
Read my work entry for today
List my work entries for this month
Search and summarize:
Search my work entries for "authentication"
Generate a summary of my work from last week
Data Format
Entries are stored as markdown files:
1008
- Fixed bugs in authentication module
- Deployed version 2.3 to production
1007
- Reviewed pull requests
- Updated documentation
License
MIT License