ZenTao MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZENTAO_TOKEN | No | 可选,已有 token;如果未提供会自动通过 /tokens 获取 | |
| ZENTAO_ACCOUNT | No | 登录账号 | |
| ZENTAO_BASE_URL | No | 禅道服务地址,形如 https://xxx.com | |
| ZENTAO_PASSWORD | No | 登录密码 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tokenA | Fetch a token via POST /tokens using env ZENTAO_ACCOUNT/PASSWORD. Caches in-memory. |
| callA | Call any ZenTao RESTful API endpoint (api.php/v1). Automatically injects Token header. Paths accept leading slash or relative. |
| listMyProjectsC | List projects related to the current account (PM/PO/QD/RD/assigned/team). |
| searchProductsB | Search products by keyword; returns a short list of products. |
| getMyBugB | Get the first active bug assigned to me in a product (by productName). Returns full bug detail. |
| getMyBugsB | List bugs assigned to me under a product. Defaults to active bugs only. |
| getNextBugB | Get the next active bug assigned to me under a product (first match). |
| getBugStatsB | Get counts of bugs assigned to me under a product (total and active). |
| getBugDetailC | Get bug detail by ID; also extracts image URLs from steps HTML into stepsImages. |
| markBugResolvedC | Mark a bug as resolved (resolution=fixed). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| ZenTao RESTful v1 endpoints summary | |
| Current ZenTao config state (env names only) | |
| Projects related to current account |
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/Valiant-Cat/zentao-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server