This release brings significant improvements to package distribution and configuration handling.
π₯ Major changes
- Package distribution via PyPI
- Install with `pipx install supabase-mcp-server` (recommended)
- Or `uv pip install supabase-mcp-server`
β¨ New features
- Multiple configuration options supported:
1. Environment variables
2. Global config (cross-platform Windows & Mac support)
3. Local `.env` file
4. Default values (local Supabase instance)
π Documentation
- Greatly expanded and streamlined setup and configuration instructions for both Cursor and Windsurf
π¨ Internal
- Improved logging for easier debugging (output to a file handler instead of stdout)
- Covered basic functionality with tests
All configuration options have been tested before the release, however, if issues arise - please open an issue with as much details as possible.
New Contributors
* smithery-ai made their first contribution in https://github.com/alexander-zuev/supabase-mcp-server/pull/3
**Full Changelog**: https://github.com/alexander-zuev/supabase-mcp-server/compare/v0.1.0...v0.2.1