MCP Server
MCP
TAPD MCP Server
在 Cursor/Copilot 中查询、分析和回填 TAPD bug / 需求
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "tapd-mcp-server",
"version": "1.0.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "TAPD 个人访问令牌",
"isRequired": true,
"isSecret": true,
"name": "TAPD_ACCESS_TOKEN"
},
{
"description": "是否允许 tapd_call_api 通用透传工具发起 POST 写操作,设为 true 开启;默认关闭,仅拦截透传写入,不影响专用写工具",
"name": "TAPD_ALLOW_RAW_WRITE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment