start_monitor
Launch a persistent BetterDB monitor for Valkey and Redis. If already running, returns the existing URL; monitor persists across 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 |