ZenTao MCP Server
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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