Skip to content

feat: self-hosted supabase stack #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: self-hosted supabase stack #92

wants to merge 1 commit into from

Conversation

gregnr
Copy link
Collaborator

@gregnr gregnr commented Jun 10, 2025

WIP.

This allows you to connect MCP to your local Supabase stack. The platform abstraction work simplified what was required to make this possible.

We use the /api/platform API shims in the studio container to implement the majority of this. Some tools will not be possible locally, like account level operations and branching, so we need to add logic to conditionally omit those tools instead of throwing a not implemented exception.

The biggest unknowns right now are migration and edge function tools, since both of these require access to the supabase CLI to implement correctly.

Ref: AI-101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant