zentao-mcp
ZenTao MCP
ZenTao 개발 협업을 위한 MCP 서비스로, 디렉터 관점의 요구사항 분해, 실행 계획 및 작업량 할당 제안과 개발자 관점의 작업 및 Bug 워크플로우를 다룹니다.
현재 상태
현재 Phase 1 개발 단계로, 연결 진단 및 읽기 전용 조회 도구를 제공합니다:
diagnose_connectionlist_projectslist_executionslist_productslist_storieslist_taskslist_execution_taskslist_my_taskslist_user_taskslist_bugslist_my_bugslist_user_bugslist_usersget_taskget_storyget_bug
list_stories 및 list_bugs는 ZenTao 제품 ID를 제공해야 하며, 각각 제품 아래의 요구사항과 Bug에 접근합니다. Agent는 먼저 list_users를 호출한 후, 반환된 account를 사용하여 list_user_tasks 또는 list_user_bugs를 호출할 수 있으므로 사용자가 사용자 이름을 수동으로 입력할 필요가 없습니다.
쓰기 도구는 현재 기본적으로 계획만 생성하고 요청을 실행하지 않습니다. 명시적으로 confirm: true를 전달해야만 쓰기 요청이 전송됩니다:
create_taskassign_taskstart_taskfinish_taskcomplete_task("1554를 완료로 표시"와 같은 자연어 지시에 적합)resolve_bug
테스트 및 일반 호출에서는 confirm: true를 사용해서는 안 됩니다.
Related MCP server: zentao-mcp-server
로컬 실행
Copy-Item .env.example .env
npm install
npm run check
npm test
npm run build
npm start기본적으로 사용자 디렉터리의 ZenTao 연결 설정을 사용합니다: ~/.zentao-mcp/config.json(Windows의 경우 %USERPROFILE%\\.zentao-mcp\\config.json). 예시:
{
"baseUrl": "https://your-zentao.example.com",
"apiPath": "/zentao/api.php/v1",
"token": "your-token",
"timeoutMs": 10000
}환경 변수 ZENTAO_CONFIG_FILE로 설정 파일 경로를 지정할 수 있으며, ZENTAO_* 변수는 고급 덮어쓰기/보완 방식으로만 사용됩니다. 실제 자격 증명을 저장소에 작성하지 마십시오.
This server cannot be installed
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 Connectors
An MCP server that provides access to Testiny projects, test cases and test runs
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Project management MCP for AI agents with safe task reads and writes.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceEnables 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.4
- AlicenseAqualityBmaintenanceA 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.11571MIT
- FlicenseNot gradedqualityCmaintenanceEnables query and management of Zentao bugs, tasks, projects, and iterations directly from MCP-compatible IDEs like Cursor or Claude Desktop.
- AlicenseDqualityCmaintenanceEnables AI-powered interaction with ZenTao 11.3 legacy systems, supporting task, bug, requirement, and test case management via MCP protocol.48203MIT
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/askairo/zentao-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server