Greg Richardson

Results 160 comments of Greg Richardson

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...

Hey @DuckyCom. I just tried a fresh Supabase MCP connection from VS Code and it successfully connected. The flow was: 1. Start the Supabase MCP server 2. VS Code prompts...

Hey @Agonb, do these instructions help solve this? https://supabase.com/docs/guides/getting-started/mcp#mcp-for-local-supabase-instances

Hey @iwantfreeudemycourse-ctrl thanks for the heads up. Looks like `mcp-remote` [recently changed](https://github.com/geelen/mcp-remote/commit/681d9340d3601ec938114ec55728cfb7f17effde) how they send scopes. I'm not an expert but [this choice](https://github.com/geelen/mcp-remote/blob/cd9c013ef75f5d693e2490e02fabbc0c56345764/src/lib/node-oauth-client-provider.ts#L82) of default scopes seems wrong (those are...

Thanks for reporting @Robcaze1980. Can you confirm what OS this is on? We have identified a Windows-specific issue in #43 which may be related to this if you are running...

Thanks for confirming. We've pushed a new release with the above fix now. Can you please try restarting n8n and let me know if your problem is fixed?

@drmoyassine can you share what the schema error was?

@TapTwice-Dan your config looks good. If it doesn't work and you are on Windows, you may need to prefix that command with `cmd /c`: **Command:** `cmd` **Args:** `/c npx -y...

Where does the `run-query` tool come from? The Supabase MCP server calls this `execute_sql` (there is no `run-query` tool), so if `execute_sql` is not available then something is likely wrong...

Thanks everyone. We're working on removing the `postgres-meta` dependency entirely which is where libpg-query originally comes from. Will keep you posted.