zentao-mcp-server
Related Servers
Alternatives to zentao-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseDqualityCmaintenanceAn MCP server that enables reading and managing Zentao tasks, bugs, requirements, test cases, and test suites via the ZenTao 11.3 Legacy Session API. It integrates with MCP clients like Codex, Claude Desktop, and Cursor.487 npmMIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that integrates with Zentao API to provide tools for accessing tasks, bugs, and attachments from project management.2,469 npm-
- AlicenseNot gradedqualityBmaintenanceProvides an MCP server for ZenTao (禅道) project management. It enables read-only queries for projects, tasks, bugs, users, and stories, and supports write operations like task assignment, progression, and bug resolution when explicitly confirmed.21 npmMIT
- AlicenseAqualityBmaintenanceMCP server for Zentao that reads bugs, extracts reproduction steps, and allows AI to update bug status after fixing.721 npm5MIT
- FlicenseNot gradedqualityCmaintenanceExposes Zentao REST API as MCP tools for listing/searching bugs, reading details with screenshots, and resolving bugs after explicit confirmation. Includes a setup wizard to configure Codex, Claude, Cursor and other clients.-
- AlicenseNot gradedqualityCmaintenanceA server implementation of the Model Context Protocol (MCP) for managing development workflow with features like project management, task tracking, and QA review support.3AGPL 3.0
TDQS
Scored across 11 tools
Each tool targets a distinct operation: listing projects, listing bugs, detail, resolve (single/batch), close, verify, comment, upload/download attachments, and token management. Even with overlapping operations like resolve vs batch resolve, the single vs batch scopes are clearly separated by descriptions.
All tools follow a consistent verb_noun snake_case pattern (e.g., list_my_projects, resolve_bug, upload_attachment). The naming is predictable and clear, with no mixed conventions.
With 11 tools, the server is well-scoped for a bug tracking domain. Each tool serves a specific purpose without redundancy, covering core operations like listing, resolving, commenting, and file attachments.
The tool set is incomplete for a full bug lifecycle. Missing essential tools: create_bug, update_bug (general-purpose), delete_bug, and search bugs beyond 'my bugs'. The list_my_projects tool is noted as unreliable, and there is no tool to list all bugs or manage other entities like users or products.