← Back to Plugins
MCP Server MCP

io.github.dingdawg/dingdawg-support-agent

github By github 👁 1 views ▲ 0 votes

AI support agent — ticket classification, response drafting, escalation routing.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "dingdawg-support-agent",
      "version": "2.0.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for paid tier access — get free at dingdawg.com",
          "format": "string",
          "isSecret": true,
          "name": "DINGDAWG_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...