Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions servers/supabase-mcp-server/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Supabase MCP Server Documentation](https://supabase.com/docs/guides/getting-started/mcp)
24 changes: 24 additions & 0 deletions servers/supabase-mcp-server/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: supabase-mcp-server
type: remote
dynamic:
tools: true
meta:
category: database
tags:
- database
- backend
- postgresql
- storage
- authentication
- remote
about:
title: Supabase MCP Server
description: Connect your Supabase projects to AI assistants. Manage tables, query data, deploy Edge Functions, and interact with your Supabase backend directly from your MCP client.
icon: https://www.google.com/s2/favicons?domain=supabase.com&sz=64
remote:
transport_type: streamable-http
url: https://mcp.supabase.com/mcp
oauth:
- provider: supabase-mcp-server
secret: supabase-mcp-server.personal_access_token
env: SUPABASE_MCP_SERVER_PERSONAL_ACCESS_TOKEN
1 change: 1 addition & 0 deletions servers/supabase-mcp-server/tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]