start_monitor
Launch a persistent background monitor for Valkey and Redis instances, returning the existing API URL if already active. Enables continuous observability across MCP sessions until explicitly stopped.
Instructions
Start the BetterDB monitor as a persistent background process. If already running, returns the existing URL. The monitor persists across MCP sessions and must be stopped explicitly with stop_monitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port for the monitor API (default 3001) | |
| storage | No | Storage backend (default sqlite) | sqlite |