A Model Context Protocol (MCP) server that integrates with Zentao's RESTful API to manage bugs, including listing, resolving, closing, and commenting, with support for product and project set contexts.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.ZENTAO_ALLOW_INSECURE_HTTP— 默认要求 HTTPS;如果你的实例只能走 HTTP,必须显式设置 =true,且只建议临时内网调试使用。ZENTAO_API_PREFIX— 注意:不同禅道版本/部署方式的 token 端点与返回结构可能不同;可通过 ZENTAO_TOKEN_PATH/ 调整。ZENTAO_BUGS_FALLBACK_PATHS— (可选):bug 列表回退路径(逗号分隔)ZENTAO_DEBUG— true npx -y @aipper/zentao-mcp-serverZENTAO_HTTP_TIMEOUT_MSZENTAO_MY_BUGS_PATH— (可选):我的 bug 专用接口路径(如 /my/bug)ZENTAO_PRODUCT_ID— (可选):你的禅道实例若报 Need product id 时设置ZENTAO_PROJECT_SET_BUGS_PATHS— (可选):项目集 bug 路径模板(支持 {projectSetId})ZENTAO_PROJECT_SET_ID— (可选):你的 bug 若在项目集视角,设置项目集 IDZENTAO_TOKEN_PATH— 注意:不同禅道版本/部署方式的 token 端点与返回结构可能不同;可通过 /ZENTAO_API_PREFIX 调整。ZENTAO_TOKEN_TTL_MS[](https://m8ven.ai/mcp/aipper-zentao-mcp-8acebt)