Supabase MCP server #3372
Unanswered
jesuspascuall
asked this question in
Q&A
Replies: 1 comment
-
On Ubuntu, it helps if you run npx @supabase/mcp-server-supabase once before starting Codex — you can turn it on and off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm tryint to connect with the MCP server of Supabase by adding to the ~/.codex/config.toml file:
[mcp_servers.supabase]
command = "npx"
args = ["-y", "@supabase/mcp-server-supabase@latest", "--read-only", "--project-ref=value"]
env = { "SUPABASE_ACCESS_TOKEN" = "value" }
When I start Codex in the CLI, the following appears: 🖐 MCP client for
supabase
failed to start: request timed out.Does somebody know how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions