Skip to main content
Glama

1313

by chatmcp
db.ts225 B
import { createClient } from "@supabase/supabase-js"; export function getSupabaseClient() { const client = createClient( process.env.SUPABASE_URL || "", process.env.SUPABASE_ANON_KEY || "" ); return client; }

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/chatmcp/mcpso'

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