zentao-mcp
ZenTao MCP
Ein MCP-Dienst für die ZenTao-Entwicklungskollaboration, der die Anforderungsaufschlüsselung, Ausführungsplanung und Arbeitsaufwandszuweisungsvorschläge aus der Direktorenperspektive sowie den Aufgaben- und Bug-Workflow aus der Entwicklerperspektive abdeckt.
Aktueller Status
Befindet sich derzeit in der Phase-1-Entwicklung und bietet Verbindungsdiagnose- und Nur-Lese-Abfragetools:
diagnose_connectionlist_projectslist_executionslist_productslist_storieslist_taskslist_execution_taskslist_my_taskslist_user_taskslist_bugslist_my_bugslist_user_bugslist_usersget_taskget_storyget_bug
list_stories und list_bugs erfordern die Angabe einer ZenTao-Produkt-ID und greifen auf die Anforderungen und Bugs unter dem Produkt zu. Der Agent kann zuerst list_users aufrufen und dann mit dem zurückgegebenen account list_user_tasks oder list_user_bugs aufrufen, ohne dass der Benutzer den Benutzernamen manuell eingeben muss.
Schreibtools generieren derzeit standardmäßig nur Pläne und führen keine Anfragen aus. Nur wenn explizit confirm: true übergeben wird, wird eine Schreibanfrage gesendet:
create_taskassign_taskstart_taskfinish_taskcomplete_task(geeignet für natürliche Sprachbefehle wie „1554 als abgeschlossen markieren")resolve_bug
Tests und normale Aufrufe dürfen confirm: true nicht verwenden.
Related MCP server: zentao-mcp-server
Lokale Ausführung
Copy-Item .env.example .env
npm install
npm run check
npm test
npm run build
npm startStandardmäßig wird die ZenTao-Verbindung über das Benutzerverzeichnis konfiguriert: ~/.zentao-mcp/config.json (unter Windows %USERPROFILE%\\.zentao-mcp\\config.json). Beispiel:
{
"baseUrl": "https://your-zentao.example.com",
"apiPath": "/zentao/api.php/v1",
"token": "your-token",
"timeoutMs": 10000
}Die Umgebungsvariable ZENTAO_CONFIG_FILE kann den Pfad zur Konfigurationsdatei angeben; ZENTAO_*-Variablen dienen nur als erweiterte Überschreibungs-/Ergänzungsmethode. Schreiben Sie keine echten Anmeldeinformationen in das Repository.
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