- Step1: Configure the MCP server with your Turso database URL and authentication token
- Step2: Use list_tables tool to get all database tables
- Step3: Use get_db_schema to retrieve schema details of the database
- Step4: Use describe_table for specific table schema information
- Step5: Execute query_database with your SQL SELECT statements to retrieve data