feat: add Supabase MCP server to registry (#5629)

Signed-off-by: Pedro Rodrigues <pedro.rodrigues@supabase.io>
This commit is contained in:
Pedro Rodrigues
2025-11-12 16:08:56 +00:00
committed by GitHub
parent d00b7fa9e5
commit 4a6e682ee0
2 changed files with 242 additions and 11 deletions
+29 -11
View File
@@ -308,6 +308,17 @@
"endorsed": false,
"environmentVariables": []
},
{
"id": "gotoHuman-mcp",
"name": "gotoHuman MCP Server",
"description": "Adds human approvals into your workflows",
"command": "npx -y @gotohuman/mcp-server",
"link": "https://github.com/gotohuman/gotohuman-mcp-server",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "i-ching",
"name": "I Ching",
@@ -561,6 +572,24 @@
}
]
},
{
"id": "supabase",
"name": "Supabase",
"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.",
"type": "streamable-http",
"url": "https://mcp.supabase.com/mcp",
"link": "https://github.com/supabase-community/supabase-mcp",
"installation_notes": "Streaming HTTP extension with OAuth browser authentication to your Supabase account.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [
{
"name": "SUPABASE_PERSONAL_ACCESS_TOKEN",
"description": "Personal access token (optional; use if not authenticating via browser OAuth)",
"required": false
}
]
},
{
"id": "tavily",
"name": "Tavily Web Search",
@@ -599,16 +628,5 @@
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "gotoHuman-mcp",
"name": "gotoHuman MCP Server",
"description": "Adds human approvals into your workflows",
"command": "npx -y @gotohuman/mcp-server",
"link": "https://github.com/gotohuman/gotohuman-mcp-server",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
}
]