Back to Apps

red-ui
Supports UIby reddb-io
Universal client for RedDB with live topology diagrams and integrated MCP App support for embedded database management.
0 stars
Works in:claude
Exposes:Resources
What it does
An interactive visual client for RedDB that renders a full management suite including live primary/replica topology diagrams, collection browsing, and database administration.
Key features
- Live Topology Diagrams: Visualize cluster health and replica stats via @xyflow/svelte.
- Multi-Transport Support: Connect to embedded, TCP/TLS, Docker, or replicated clusters.
- PWA & Desktop: Full feature parity across web and Tauri-based desktop applications.
- Shadow-DOM Isolation: Embeddable library for integration into other web hosts.
Installation
- Claude Desktop: Use the
red-uiMCP server configuration to open the UI viaui://red-ui/app.html. - Web: Access via https://ui.reddb.io
Supported hosts
- Claude Desktop
Quick install
npx -y @reddb-io/ui@latest mcp --stdioInformation
- Pricing
- free
- Published
- 7/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"red-ui": {
"command": "npx",
"args": ["-y", "@reddb-io/ui@latest", "mcp", "--stdio"],
"env": {
"RED_UI_APP_URL": "https://ui.reddb.io"
}
}
}
}






