Zentao Bug MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZENTAO_URL | Yes | 禅道服务器的URL,例如 https://your-zentao-host | |
| ZENTAO_ACCOUNT | Yes | 禅道账号 | |
| ZENTAO_PASSWORD | Yes | 禅道密码 | |
| ZENTAO_SKIP_SSL | No | 自签名证书设为 true | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zentao_health_checkC | Check ZenTao MCP configuration, authentication, and write-operation gates. |
| zentao_list_my_bugsA | List bugs assigned to the current logged-in user. No product/project ID required. |
| zentao_list_bugsB | List bugs by product, project, or execution scope. |
| zentao_get_bugA | Get a single bug with raw payload and AI-friendly summary including plain-text steps. |
| zentao_resolve_bugB | Resolve a bug after fixing code. Requires ZENTAO_ALLOW_RESOLVE_BUG=true unless dryRun=true. |
| zentao_close_bugA | Close a bug. Requires ZENTAO_ALLOW_CLOSE_BUG=true unless dryRun=true. |
| zentao_activate_bugA | Re-activate a bug when fix verification fails. Requires ZENTAO_ALLOW_ACTIVATE_BUG=true unless dryRun=true. |
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/ceeyang/zentao_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server