ZenTao MCP Server
by wudidada
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | 日志级别,例如 info | |
| ZENTAO_TOKEN | No | 自动登录用的 token | |
| ZENTAO_ACCOUNT | No | 自动登录用的账号 | |
| ZENTAO_BASE_URL | No | 禅道 API V1 根地址,如 http://host/zentao/api.php/v1 | |
| ZENTAO_PASSWORD | No | 自动登录用的密码 | |
| ZENTAO_HTTP_BACKEND | No | HTTP 后端,axios 或 curl;未设置时 Linux/macOS 默认 curl,Windows 默认 axios |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initZentaoC | 初始化禅道连接并登录(支持 password 或 token)。 |
| getProductsB | 获取禅道产品列表。 |
| getMyBugsB | 按状态与产品筛选我的 bug 列表。 |
| getBugDetailB | 查看单个 bug 详情。 |
| resolveBugC | 提交 Bug 解决动作(fixed/notrepro/duplicate/...)。 |
| activateBugB | 激活(重新打开)Bug,对应禅道 API v1:POST /bugs/{id}/active。适用于已解决/已关闭后重新激活。 |
| healthCheckB | 检查当前会话与服务可用性。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wudidada/zentao-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server