Supabase MCP dont Work in my Cursor
I have an error when implementing the MCP in the cursor. I get an error that I have not been able to resolve. I connect the MCP as the Supabase documentation asks me to and it does not work. I tried with other colleagues' accounts and it works normally for them.
{
"mcpServers": {
"supabase": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@supabase/mcp-server-supabase@latest",
"--read-only",
"--project-ref=xxxxxxxxxxxxxxxxx"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "sbp_7a49748aadxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}
{
"mcpServers": {
"supabase": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@supabase/mcp-server-supabase@latest",
"--read-only",
"--project-ref=xxxxxxxxxxxxxxxxx"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "sbp_7a49748aadxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}
