禅道项目管理 MCP Server - 任务创建、编辑、删除、工时记录、6R报表
Project description
mcp-chandao
禅道项目管理 MCP Server,支持通过 AI 助手直接管理禅道任务。
功能
- 创建任务(支持自动完成)
- 编辑/更新任务
- 删除任务
- 查询任务列表
- 查看任务详情
- 记录工时
- 生成 6R 报表
快速安装(OpenClaw)
一键安装脚本:
curl -fsSL https://raw.githubusercontent.com/your-repo/main/mcp-servers/zentao/install.sh | bash
手动配置
在 ~/.openclaw/openclaw.json 中添加 mcpServers 字段:
{
"mcpServers": {
"chandao": {
"command": "uvx",
"args": ["mcp-chandao"],
"env": {
"ZENTAO_HOST": "https://zentao.example.com",
"ZENTAO_ACCOUNT": "admin",
"ZENTAO_PASSWORD": "your-password",
"ZENTAO_DEFAULT_EXECUTION_NAME": "运维",
"ZENTAO_DEFAULT_ASSIGNEE": "admin"
}
}
}
}
重启 OpenClaw Gateway 生效。
环境变量
| 变量 | 必填 | 说明 |
|---|---|---|
ZENTAO_HOST |
是 | 禅道地址,如 https://zentao.example.com |
ZENTAO_ACCOUNT |
是 | 登录账号 |
ZENTAO_PASSWORD |
是 | 登录密码 |
ZENTAO_DEFAULT_EXECUTION_NAME |
是 | 默认执行名称 |
ZENTAO_DEFAULT_ASSIGNEE |
否 | 默认指派人,不填则使用登录账号 |
ZENTAO_DEFAULT_TASK_TYPE |
否 | 默认任务类型,默认 devel |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcp_chandao-0.1.1.tar.gz
(9.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_chandao-0.1.1.tar.gz.
File metadata
- Download URL: mcp_chandao-0.1.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ae401b4085ae9eaca941ee56c8f0fc9f698e3f9b23a6307f6405d68cc3b9391
|
|
| MD5 |
922ad25181b91f2ce750f23e0f4c60cc
|
|
| BLAKE2b-256 |
295ce4867a3cb49acffe0c567cdb54db282a748b1cce4f152c152f817378f4ae
|
File details
Details for the file mcp_chandao-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mcp_chandao-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c0405db769c95c246194b1a118a9989accad4e10e4b826386c468c225e98dd7
|
|
| MD5 |
8d418c584a7a94f730e4863825bba5d4
|
|
| BLAKE2b-256 |
6ada0410c49b144e3a57ef82174f674e0e6883572a955555d2936fff3655fee0
|