zentao
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zentaolist bugs assigned to me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
zentao
禅道 (Zentao) 通用 MCP Server,支持需求/Bug/任务/用例/项目/产品等全部读写操作。
安装
cd ~/.cc-switch/mcp-servers/zentao
npm installRelated MCP server: ZenTao MCP Server
在 Claude Code 中注册
编辑 ~/.claude/mcp.json,添加:
{
"mcpServers": {
"zentao": {
"command": "node",
"args": ["/Users/pengxu.hou/.cc-switch/mcp-servers/zentao/src/index.js"]
}
}
}凭据(ZENTAO_BASE_URL / ZENTAO_ACCOUNT / ZENTAO_PASSWORD)从环境变量自动读取,无需在 mcp.json 中声明。
认证方式
优先使用 ZENTAO_TOKEN;如果未设置,则用 ZENTAO_ACCOUNT + ZENTAO_PASSWORD 自动登录获取 Token。
环境变量在 shared/env/common.env 中配置,由 zsh profile 链自动加载。
工具清单
模块 | 工具名 | 功能 |
用户 |
| 获取当前用户信息 |
| 获取用户详情 | |
| 获取用户列表 | |
| 创建用户 | |
| 修改用户 | |
| 删除用户 | |
项目集 |
| 获取项目集列表 |
| 获取项目集详情 | |
| 创建项目集 | |
| 修改项目集 | |
| 删除项目集 | |
产品 |
| 获取产品列表 |
| 获取产品详情 | |
| 创建产品 | |
| 修改产品 | |
| 删除产品 | |
产品计划 |
| 获取计划列表 |
| 获取计划详情 | |
| 创建计划 | |
| 修改计划 | |
| 删除计划 | |
| 计划关联需求 | |
| 计划取消关联需求 | |
| 计划关联 Bug | |
| 计划取消关联 Bug | |
发布 |
| 获取项目发布列表 |
| 获取产品发布列表 | |
需求 |
| 获取需求详情 |
| 列出需求 | |
| 创建需求 | |
| 修改需求 | |
| 删除需求 | |
| 变更需求 | |
项目 |
| 获取项目列表 |
| 获取项目详情 | |
| 创建项目 | |
| 修改项目 | |
| 删除项目 | |
执行 |
| 获取执行列表 |
| 获取执行详情 | |
| 创建执行/迭代 | |
| 修改执行 | |
| 删除执行 | |
版本 |
| 获取项目版本列表 |
| 获取执行版本列表 | |
| 获取版本详情 | |
| 创建版本 | |
| 修改版本 | |
| 删除版本 | |
Bug |
| 获取 Bug 详情 |
| 列出 Bug | |
| 创建 Bug | |
| 修改 Bug | |
| 删除 Bug | |
任务 |
| 获取任务详情 |
| 列出任务 | |
用例 |
| 获取用例列表 |
| 获取用例详情 | |
| 创建用例 | |
| 修改用例 | |
| 删除用例 | |
测试单 |
| 获取测试单列表 |
| 获取项目测试单 | |
| 获取测试单详情 | |
反馈 |
| 获取反馈列表 |
| 获取反馈详情 | |
| 创建反馈 | |
| 修改反馈 | |
| 删除反馈 | |
| 指派反馈 | |
| 关闭反馈 | |
工单 |
| 获取工单列表 |
| 获取工单详情 | |
| 创建工单 | |
| 修改工单 | |
| 删除工单 |
本地测试
cd ~/.cc-switch/mcp-servers/zentao
# 需确保 ZENTAO_BASE_URL / ZENTAO_ACCOUNT / ZENTAO_PASSWORD 已在环境中
node src/index.js启动后通过 stdio 收发 MCP 协议消息。验证日志会打到 stderr。
注意
仅支持禅道 v18+ REST API
错误会以
isError: true的形式返回,文本里包含具体原因
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAquality-maintenanceEnables direct integration with Zentao bug tracking systems through Cursor. Supports authentication, bug retrieval, searching, and listing operations for comprehensive bug management through natural language.Last updated57
- Flicense-qualityFmaintenanceEnables LLMs to interact with ZenTao project management system, supporting project and task management operations including creating, querying, and updating projects and tasks through natural language.Last updated4
- Alicense-qualityDmaintenanceEnables interaction with ZenTao bug tracking system to search products, query assigned bugs, view bug details with extracted images, and mark bugs as resolved through natural language commands.Last updated77ISC
- FlicenseAqualityBmaintenanceEnables interaction with ZenTao project management system through RESTful APIs. Supports listing products, managing bugs, viewing statistics, and filtering personal bug assignments through natural language.Last updated49013
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Shortcut project management. Create, update, search stories and manage workflows.
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/HouEngineer/sdw-zentao-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server