Customer-support-ai-with-mcp-tooling

BrunoNguyen2905/Customer-support-ai-with-mcp-tooling
★ 1 stars TypeScript 📦 Other Updated 13d ago
Create an AI-powered ticket management with MCP tooling and Temporal workflows
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "customer-support-ai-": {
      "command": "npx",
      "args": [
        "-y",
        "BrunoNguyen2905/Customer-support-ai-with-mcp-tooling"
      ]
    }
  }
}