start_monitor
Launch the BetterDB monitor as a persistent background process to observe Valkey/Redis instances, returning the existing URL if already active. Stop it explicitly when no longer needed.
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 |