Git Worklog Mcp
@CherishMvp
Git Worklog Mcp について
一个 MCP (Model Context Protocol) 服务器,让 AI 从 Git 提交历史自动生成专业的工作日志。
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"git-worklog": {
"command": "npx",
"args": [
"git-worklog-mcp",
"--template",
"daily",
"--lang",
"zh"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Git Worklog Mcp?
Git Worklog Mcp is an MCP (Model Context Protocol) server that lets AI automatically generate professional work logs from Git commit history. It is for developers who want to create daily, weekly, or monthly reports from their Git repositories.
How to use Git Worklog Mcp?
Add a configuration entry to your MCP client (such as Claude Desktop, Cursor, or VS Code) using either npx git-worklog-mcp or a globally installed command. Optionally pass parameters like --template, --lang, --author, or a custom template file. After configuration, ask the AI to call the worklog_get_data tool with a repository path and date range to generate a log.
Key features of Git Worklog Mcp
- AI understands code change semantics to generate valuable descriptions.
- Supports preset templates (daily, weekly, monthly) and custom template files.
- All tools use the unified
worklog_prefix for easy invocation. - Supports Chinese (zh) and English (en) output.
- Zero-config startup via npx, no installation required.
Use cases of Git Worklog Mcp
- Generate a daily work log from today’s Git commits.
- Produce a weekly summary for a Sunday meeting.
- Create a monthly report for a specific author.
- Use a custom markdown template for company-specific logging.
- Quickly list recent commits with the simple template.
FAQ from
「バージョン管理」の他のコンテンツ
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
コメント