Was hitting msupabase-kong (port 8000 on mlake) which serves the flexsiebels/msbls Supabase. Paliad lives on youpc Supabase, exposed via Traefik at ystudio.msbls.de. Verified: query 'SELECT count(*) FROM paliad.users' returns 31 (matches live DB) instead of 0 (msbls has the schema but no rows). Auth header reuses YOUPC_SUPABASE_AUTH which is already in dotenv. Effective on next Claude Code session start.
21 lines
397 B
JSON
21 lines
397 B
JSON
{
|
|
"mcpServers": {
|
|
"supabase": {
|
|
"type": "http",
|
|
"url": "https://ystudio.msbls.de/mcp",
|
|
"headers": {
|
|
"Authorization": "Basic ${YOUPC_SUPABASE_AUTH}"
|
|
}
|
|
},
|
|
"playwright": {
|
|
"command": "bunx",
|
|
"args": [
|
|
"@playwright/mcp@latest",
|
|
"--headless",
|
|
"--user-data-dir",
|
|
"/tmp/mai-playwright-profile"
|
|
]
|
|
}
|
|
}
|
|
}
|