We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deploya-labs/mcp-supabase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bug_report.md•1.03 KiB
---
name: Bug report
about: Report an issuewith the ser
title: "An issue with doing X when Y under conditions Z"
labels: bug
assignees: alexander-zuev
---
**Describe the bug**
A clear and concise description of what the bug is.
**Steps to Reproduce**
1.
2.
3.
**Connection Details**
<!-- How are you connecting to Supabase? -->
- Connection type: <!-- Local or Remote -->
- Using password with special characters? <!-- Yes/No -->
**Screenshots**
If applicable, add screenshots to help explain your problem.
** Logs**
<!--
HIGHLY USEFUL: Attach server logs from:
- macOS/Linux: ~/.local/share/supabase-mcp/mcp_server.log
- Windows: %USERPROFILE%\.local\share\supabase-mcp\mcp_server.log
You can get the last 50 lines with:
tail -n 50 ~/.local/share/supabase-mcp/mcp_server.log
-->
**Additional context**
Add any other context about the problem here.
**Checklist**
<!-- Please check all that apply -->
- [ ] I've included the server logs
- [ ] I've checked the README troubleshooting section
- [ ] I've verified my connection settings are correct