Back to Apps

Triage Bot
Supports UIby twitchax
AI-powered Slack triage bot that tags on-calls, classifies issues, and suggests solutions using MCP tools.
0 stars
Works in:claude
Exposes:Tools
What it does
Triage Bot transforms Slack support channels into automated help desks. It monitors conversations to identify urgency, categorize problems, and provide context-aware assistance to engineering teams.
Tools
tag_oncall: Identifies and notifies relevant personnel for a specific issue.classify_issue: Categorizes problems as bugs, features, questions, or incidents.search_history: Retrieves past discussions to suggest known solutions.update_context: Allows users to teach the bot about their environment manually.
Installation
Add the following to your claude_desktop_config.json (requires Node.js 20+ for npx support):
{
"mcpServers": {
"triage-bot": {
"command": "npx",
"args": ["-y", "triage-bot"]
}
}
}
Supported hosts
- Claude Desktop
- Slack (via integration)
Quick install
cargo install triage-botInformation
- Pricing
- free
- Published
- 7/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"triage-bot": {"command": "npx", "args": ["-y", "triage-bot"]}}}





