Supabase-mcp-server

Latest version: v0.3.12

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.3.0

πŸ”₯What's New
- Read-write SQL operations with safety controls
- Supabase Management API integration with three-tier safety system
- Transaction-based testing improvements
- Enhanced documentation and examples

πŸͺ„ Key Features
- Safe/unsafe mode switching for both database and API operations
- Auto-injection of project refs in API requests
- Blocked operations protection (e.g., project deletion)
- Local API spec fallback for offline use

No breaking changes. All features are backward compatible.

**Full Changelog**: https://github.com/alexander-zuev/supabase-mcp-server/compare/v0.2.2...v0.3.0

0.2.2

πŸ”₯ What's Changed
* Added support for different Supabase regions
- Added configuration via `SUPABASE_REGION` environment variable
- Defaults to `us-east-1` for backward compatibility

πŸ“š Documentation
* Updated README with region configuration instructions

New Contributors
* alexander-zuev made their first contribution in https://github.com/alexander-zuev/supabase-mcp-server/pull/4

**Full Changelog**: https://github.com/alexander-zuev/supabase-mcp-server/compare/v0.2.1...v0.2.2

0.2.1

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

0.2.0dev0

This is a pre-release version for testing the new package distribution and installation methods.

πŸš€ Quick Start

Quick try (no installation)
bash
uv run supabase-mcp-server

Or install permanently
bash

0.2.0.dev0

πŸ”„ Changes
- Package distribution support with PyPI publishing
- Installation via `pipx` and `uv`
- Entry point scripts for direct execution
- Improved SQL syntax validation
- Configuration file support
- Project restructure as proper Python package

πŸ” Feedback Needed
Please test and provide feedback on:
1. Installation experience
2. Running the tool (`uv run` vs `pipx install`)
3. Documentation clarity

⚠️ Note
This is a development preview for testing the new package distribution. Some features might change based on feedback.

0.1.0

Initial release of Supabase MCP server that enables Cursor and Windsurf IDEs to interact directly with Supabase PostgreSQL databases.

Key Features:
- πŸ’» Works with both Windsurf and Cursor IDEs
- βœ… Supports local & production Supabase projects (both Free and Paid tiers)
- πŸ”¨ Built-in database exploration tools
- πŸ” Secure read-only database access
- πŸ” SQL query validation

**Full Changelog**: https://github.com/alexander-zuev/supabase-mcp-server/commits/v0.1.0

Page 3 of 3

Β© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.