Usage
Flags
Examples
Features
The dashboard provides:- Real-time view of MCP traffic
- Trace inspection and debugging
- Audit log viewer
- Connected connector status
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Start the web monitoring dashboard
ultra dashboard [flags]
| Flag | Short | Default | Description |
|---|---|---|---|
--address | -a | :8080 | Listen address for the dashboard |
--storage | -s | ~/.config/ultra/ultra.db | Path to the local storage file |
--dev | false | Enable development tools |
# Start dashboard on default port
ultra dashboard
# Start dashboard on custom port
ultra dashboard --address :9090
# Use custom storage path
ultra dashboard --storage ~/.config/ultra/ultra.db
# Terminal 1: Run the proxy
ultra start
# Terminal 2: View traffic
ultra dashboard