Read only error during claude code session and supabase MCP
Hey guys, I'm using this exact config:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@latest",
"--project-ref=PROJECT_REF"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "ACCESS_TOKEN"
}
}
}
}
and I'm encountering an error when I attempt to make some chaneges to the DB itself, Never encountered an issue like this.
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@latest",
"--project-ref=PROJECT_REF"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "ACCESS_TOKEN"
}
}
}
}
and I'm encountering an error when I attempt to make some chaneges to the DB itself, Never encountered an issue like this.