- Step1: Clone the repository from GitHub.
- Step2: Install dependencies using UV with `uv sync`.
- Step3: Set environment variables for database connection (DB_HOST, DB_PORT, DB_USER, DB_PASSWORD, DB_NAME).
- Step4: Run the server with `uv run main.py`.
- Step5: Connect your AI assistant or platform, configuring it with the server URL and environment variables.
- Step6: Send queries like listing tables, fetching schemas, or executing read-only SQL commands.