- Step1: Set up environment variables with VAST database credentials
- Step2: Clone the repository and install dependencies
- Step3: Configure the .env file with your VAST endpoint, access key, and secret key
- Step4: Run the server using run_server.py script
- Step5: Use MCP resource URIs or tools like vast_sql_query, passing required headers
- Step6: Send authenticated requests to query schemas, tables, or execute SQL commands
- Step7: Handle responses and errors appropriately in your application or agent