Skip to main content
Glama
ceeyang
by ceeyang

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENTAO_URLYes禅道服务器的URL,例如 https://your-zentao-host
ZENTAO_ACCOUNTYes禅道账号
ZENTAO_PASSWORDYes禅道密码
ZENTAO_SKIP_SSLNo自签名证书设为 truefalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
zentao_health_checkC

Check ZenTao MCP configuration, authentication, and write-operation gates.

zentao_list_my_bugsA

List bugs assigned to the current logged-in user. No product/project ID required.

zentao_list_bugsB

List bugs by product, project, or execution scope.

zentao_get_bugA

Get a single bug with raw payload and AI-friendly summary including plain-text steps.

zentao_resolve_bugB

Resolve a bug after fixing code. Requires ZENTAO_ALLOW_RESOLVE_BUG=true unless dryRun=true.

zentao_close_bugA

Close a bug. Requires ZENTAO_ALLOW_CLOSE_BUG=true unless dryRun=true.

zentao_activate_bugA

Re-activate a bug when fix verification fails. Requires ZENTAO_ALLOW_ACTIVATE_BUG=true unless dryRun=true.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ceeyang/zentao_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server