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
import { config } from 'dotenv';
import { statSync } from 'fs';
import './test/extensions.js';
if (!process.env.CI) {
const envPath = '.env.local';
statSync(envPath);
config({ path: envPath });
}