supabase-mcp-server
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
GitHub Stars
785
User Rating
Not Rated
Favorites
0
Views
4
Forks
97
Issues
4
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.12 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/alexander-zuev/supabase-mcp-server.git
cd supabase-mcp-server
2. Install Dependencies
bash
pip install -r requirements.txt
3. Start Server
bash
python main.py
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Queries fail Solution: Verify SQL query syntax and perform risk assessment.Additional Resources
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Related MCPs
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases