Integrations
Drive RDST from Claude Code over MCP, run a Slack bot, or open the RDST web client.
RDST can be driven from places other than your terminal:
Claude Code
Add RDST to Claude Code so it can call top, analyze, ask, audit, and cache commands directly.
Slack
Deploy a Slack bot that answers natural-language database questions via Socket Mode.
Web UI
Start a local HTTP server that backs the RDST web client for a browser-based experience.
Which should I pick?
| If you want... | Use |
|---|---|
| Claude Code to run RDST commands for you | Claude Code |
| Your team to ask questions in Slack | Slack |
| A browser-based alternative to the CLI | Web UI |
| A scoped, guarded database interface for an external consumer | Data Agents |
Claude Code and Slack both use MCP-style exposure but with different audiences. Claude Code is for you — the engineer running RDST. Slack is for everyone else — teammates who don't use RDST directly but need to ask questions about data.
For the case where you want guarded, audited access (not the full RDST command surface), see Data Agents.