tapd-mcp-server

sun-jingtao/tapd-mcp-server
★ 0 stars TypeScript AI/LLM Updated 10d ago
TAPD MCP Server:在 IDE / AI Agent 中查询、创建与回填 TAPD 需求和缺陷
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tapd-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sun-jingtao/tapd-mcp-server"
      ]
    }
  }
}