Skip to main content
Glama
aliyun

Alibaba Cloud Supabase MCP Server

Official
by aliyun
20241220232417_todos.sql319 B
create table todos ( id bigint primary key generated always as identity, title text not null, description text, due_date date, is_completed boolean default false ); comment on table todos is 'Table to manage todo items with details such as title, description, due date, and completion status.';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-supabase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server