Lately supabase mcp has stopped working on antigravity. this is the error which shows up.
the workaround instead of using @supabase/mcp-server-supabase@latest I have changed it to https and it works
{
“mcpServers”: {
“supabase”: {
“command”: “npx”,
“args”: [
“-y”,
“mcp-remote”,
“``https://mcp.supabase.com/mcp”
]
}
}
}
