Skip to main content
Glama

Supabase MCP Server

Apache 2.0
797
  • Apple
  • Linux
models.py577 B
from enum import Enum, IntEnum class OperationRiskLevel(IntEnum): """Universal operation risk level mapping. Higher number reflects higher risk levels with 4 being the highest.""" LOW = 1 MEDIUM = 2 HIGH = 3 EXTREME = 4 class SafetyMode(str, Enum): """Universal safety mode of a client (database, api, etc). Clients should always default to safe mode.""" SAFE = "safe" UNSAFE = "unsafe" class ClientType(str, Enum): """Types of clients that can be managed by the safety system.""" DATABASE = "database" API = "api"

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/alexander-zuev/supabase-mcp-server'

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