work-diary-mcp

amy-hashi/work-diary-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
An MCP server for use with an agent - this creates and manages a weekly work diary.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "work-diary-mcp": {
      "command": "uvx",
      "args": [
        "work-diary-mcp"
      ]
    }
  }
}

Or install with pip: pip install work-diary-mcp

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for managing a weekly work diary. Built with [FastMCP](https://gofastmcp.com) in Python. Interact with your diary conversationally via the [Claude CLI](https://docs.anthropic.com/en/docs/claude-code) or [Zed](https://zed.dev). The server writes Markdown files to disk that can be copied directly into Microsoft Loop (or any Markdown-compatible tool).

Tools (17)

WORK_DIARY_JIRA_BASE_URLadd_noteadd_reminderbulk_update_projectsclear_project_notecomplete_reminderdelete_noteedit_noteget_diaryjira_base_urllist_projectslist_reminderslist_weeksremove_projectrename_projectreopen_reminderupdate_project_status