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
Intermediate
Estimated 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
mcp-mongo-server logo

A Model Context Protocol Server for MongoDB

TypeScript
mysql_mcp_server logo

A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases

Python
mysql_mcp_server logo

A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases

Python