);
}
```
```bash
NEXT_PUBLIC_MINDCACHE_API_URL=https://api.mindcache.dev
```
--------------------------------
### MindCacheProvider Configuration Options
Source: https://context7_llms
This example shows various configuration options for the MindCacheProvider, including settings for local IndexedDB storage, AI provider details, and synchronization with a GitHub repository.
```tsx