← Back to Plugins
MCP Server MCP

TAPD MCP Server

github By github 👁 1 views ▲ 0 votes

在 Cursor/Copilot 中查询、分析和回填 TAPD bug / 需求

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tapd-mcp-server",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "TAPD 个人访问令牌",
          "isRequired": true,
          "isSecret": true,
          "name": "TAPD_ACCESS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...