start_monitor
Launch a persistent background monitor that provides observability into database instances. Returns the existing URL if already running. The 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 |