Skip to main content
Start a web-based dashboard for monitoring Ultra’s observability data.

Usage

ultra dashboard [flags]

Flags

FlagShortDefaultDescription
--address-a:8080Listen address for the dashboard
--storage-s~/.config/ultra/ultra.dbPath to SQLite storage file
--devfalseEnable development tools

Examples

# 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

Features

The dashboard provides:
  • Real-time view of MCP traffic
  • Trace inspection and debugging
  • Audit log viewer
  • Connected server status

Concurrent Usage

You can run the dashboard while Ultra is running. SQLite’s WAL mode allows concurrent reads (dashboard) and writes (Ultra proxy).
# Terminal 1: Run the proxy
ultra start

# Terminal 2: View traffic
ultra dashboard