supabase-mcp-server
Query MCP for end-to-end Supabase management via chat interface
GraphCanon updated 3w · GitHub synced 3w
Decision brief
The `supabase-mcp-server` is a Python-based solution for managing Supabase through an interactive chat interface with robust capabilities including automated migration versioning and log access.
Good fit when
- - When you need a streamlined, chat-driven interface to handle your Supabase instances, allowing both read & write query execution in a conversational manner.
- - If automation of migration versioning is required, streamlining the database schema changes across different environments easily.
Avoid when
- - Avoid this tool if you seek advanced customization options for the chat interface beyond what's provided by Supabase MCP; it might not integrate seamlessly with all custom workflows.
- - If your project strictly requires proprietary data management systems incompatible with Supabase, or you're operating under restrictive licensing environments that contraindicate Apache-2.0.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Steady (79d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install supabase-mcp-server PyPIHow it fits your stack(1)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A service allowing users to manage Supabase using a chat interface through read and write query executions, management APIs, automatic migration versioning, and log access.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 27, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 27, 2026
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Jul 27, 2026
- Languages
- python
Source: github.language+pyproject.toml · Jul 27, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 27, 2026)
v0.2.0 I introduced support for package installation. You can use your favorite Python package manager to install the server via:Source link
Tags
README
PostgreSQL Installation
PostgreSQL installation is no longer required for the MCP server itself, as it now uses asyncpg which doesn't depend on PostgreSQL development libraries.
However, you'll still need PostgreSQL if you're running a local Supabase instance:
MacOS
brew install postgresql@16
Windows
- Download and install PostgreSQL 16+ from https://www.postgresql.org/download/windows/
- Ensure "PostgreSQL Server" and "Command Line Tools" are selected during installation
Step 1. Installation
Since v0.2.0 I introduced support for package installation. You can use your favorite Python package manager to install the server via:
---
# Install package in editable mode
uv pip install -e .
Installing via Smithery.ai
You can find the full instructions on how to use Smithery.ai to connect to this MCP server here.
For agents
This page has a .md twin and JSON over the API.