
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@supernova123/supabase-mcp-server
Advanced tools
MCP server for Supabase — database queries, auth, storage, edge functions, and realtime.
Connect AI assistants to Supabase — database queries, auth, storage, and edge functions through the Model Context Protocol.
Works with Claude Desktop, Cursor, Windsurf, Cline, Continue, and any MCP-compatible client.
| Tool | Description |
|---|---|
list_tables | List all tables in the public schema |
query_database | Execute read-only SQL queries |
get_table_schema | Get column definitions for a table |
insert_rows | Insert one or more rows into a table |
update_rows | Update rows matching a filter |
delete_rows | Delete rows matching a filter |
list_storage_buckets | List all storage buckets |
list_storage_objects | List files in a storage bucket |
get_storage_public_url | Get public URL for a storage object |
invoke_edge_function | Call a Supabase Edge Function |
list_auth_users | List users in Supabase Auth |
get_auth_user | Get a specific auth user by ID |
get_project_info | Get project URL and key info |
Go to Supabase Dashboard → Project Settings → API and copy:
https://your-project.supabase.co)Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "@supernova123/supabase-mcp-server"],
"env": {
"SUPABASE_URL": "https://your-project.supabase.co",
"SUPABASE_SERVICE_KEY": "your-service-role-key"
}
}
}
}
Cursor / Windsurf — add to MCP settings:
{
"supabase": {
"command": "npx",
"args": ["-y", "@supernova123/supabase-mcp-server"],
"env": {
"SUPABASE_URL": "https://your-project.supabase.co",
"SUPABASE_SERVICE_KEY": "your-service-role-key"
}
}
}
Once configured, your AI assistant can:
| Variable | Required | Description |
|---|---|---|
SUPABASE_URL | ✅ | Your project URL (e.g. https://xxx.supabase.co) |
SUPABASE_SERVICE_KEY | ✅ | Service role key from Project Settings → API |
SUPABASE_ANON_KEY | ❌ | Anonymous key (for auth-related tools) |
query_database tool only allows SELECT queries by default — mutations must use the dedicated insert/update/delete tools.SUPABASE_ANON_KEY for auth-related operations.MIT
FAQs
MCP server for Supabase — database queries, auth, storage, edge functions, and realtime.
We found that @supernova123/supabase-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.