- Step1: Install dependencies with 'uv pip install -e.'
- Step2: Configure MongoDB connection via environment variables 'MONGODB_URI' and 'MONGODB_DATABASE'.
- Step3: Run the server using 'python main.py'.
- Step4: Use 'list_collections' tool to view available collections.
- Step5: Use 'query_mongodb' tool to perform data queries with filters.