-
Notifications
You must be signed in to change notification settings - Fork 55
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
Not seemingly working with Windsurfs new MCP integration #4
Comments
Hey @bro-kite, thanks for the issue. We're looking into this. In the mean time, feel free to try out the Postgres MCP server as documented here: https://supabase.com/docs/guides/getting-started/mcp This has been confirmed to work with Windsurf. |
@gregnr any update on this? Supabase posted a blog hyping up the Supabase MCP server today and it fails to load in Windsurf |
There's another report Windsurf here → #16 |
same for augment:
|
{
"mcpServers": {
"todos": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-postgrest",
"--apiUrl",
"${process.env.SUPABASE_URL}/rest/v1",
"--apiKey",
"${process.env.SUPABASE_ANON_KEY}",
"--schema",
"public"
]
}
}
}
The text was updated successfully, but these errors were encountered: