Supabase-mcp-server

Latest version: v0.4

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

Scan your dependencies

Page 2 of 4

0.3.8

Added
- SQL query validation using PostgreSQL's parser (pglast v7.3+)
- Automatic migration script generation for schema changes
- Universal safety system with standardized risk levels (Low/Medium/High/Extreme)
- Switched to asyncpg v0.30.0+ from psycopg2
- Enhanced API spec tool with multiple query modes and risk assessment
- Connection retry logic for database and API operations
- Code coverage with pytest-cov
- SQL linting with SQLFluff
- Added pyyaml v6.0.2+ for configuration

Changed
- Refactored to use dependency injection pattern
- Standardized service initialization to synchronous pattern
- Improved SQL safety categorization:
- `safe`: Read-only operations (always allowed)
- `write`: Data modification (requires unsafe mode)
- `destructive`: Schema changes (requires unsafe mode + confirmation)
- Updated Ruff to v0.9.9
- Added asyncpg-stubs and pytest-mock for testing

Commits in this release
* feat: sql syntax validation, new safety mode, automatic migration, new db client, improved tools by alexander-zuev in https://github.com/alexander-zuev/supabase-mcp-server/pull/41
* fix(tests): error in duplicate migration names by alexander-zuev in https://github.com/alexander-zuev/supabase-mcp-server/pull/42


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

0.3.7

Description 📚
This is a smaller update including 3 changes:
- fix typos and missing env vars in Readme and .env.example
- deployed to smithery.ai
- a small (but neat) improvement to allow Auth Admin SDK tools to be used with local Supabase instances (Raised by [dewinterjack](https://github.com/dewinterjack))

What's Changed 📋
* docs: add contributing.md by alexander-zuev in https://github.com/alexander-zuev/supabase-mcp-server/pull/23
* chore: add Docker and environment configuration files by alexander-zuev in https://github.com/alexander-zuev/supabase-mcp-server/pull/24
* feat(sdk): enable python sdk usage locally by alexander-zuev in https://github.com/alexander-zuev/supabase-mcp-server/pull/25


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

0.3.6

What's Changed
* Feat/auth sdk by alexander-zuev in https://github.com/alexander-zuev/supabase-mcp-server/pull/17


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

0.3.5

What's Changed
* Fix/foreign tables by alexander-zuev in https://github.com/alexander-zuev/supabase-mcp-server/pull/15
* Update docs to describe mcp.json config
* Enhance test suite to cover all tools of the MCP server


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

0.3.4

**Key changes:**
- `get_tables` tool now returns both foreign wrapper tables and views, which were previously excluded. Resolves 13

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

0.3.3

**Key changes:**
- Bug fix release of improper readonly scope in `db_client`

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

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.