Skip to main content
Glama

ZenTao MCP Server

by godlewis
example-config.json845 B
{ "name": "zendao-mcp", "description": "禅道项目管理 MCP 服务器", "command": "node", "args": ["/Users/yourusername/zendao-mcp/dist/index.js"], "env": { "ZENDTAO_BASE_URL": "http://localhost", "ZENDTAO_TOKEN": "s000001:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "ZENDTAO_TIMEOUT": "30000", "ZENDTAO_RETRY": "3", "ZENDTAO_RETRY_DELAY": "1000" }, "cwd": "/Users/yourusername/zendao-mcp", "timeout": 30000 } /* 配置说明: 1. 将此文件复制到 CodeX MCP 服务器目录并重命名为 zendao-mcp.json 2. 修改路径: - 将 "/Users/yourusername/zendao-mcp" 替换为实际项目路径 3. 修改 token: - 将 "s000001:xxxx..." 替换为真实的 token 4. 重启 CodeX 项目路径获取: Linux/Mac: cd /path/to/zendao-mcp && pwd Windows: 在项目目录中打开命令行,输入 cd */

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/godlewis/zendao-mcp'

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