Skip to main content
Glama

MCP Auth

by rubenpenap
setup-custom.js908 B
import path from 'node:path' import { warm } from '@epic-web/workshop-cli/warm' import { getApps, isProblemApp, setPlayground, } from '@epic-web/workshop-utils/apps.server' import fsExtra from 'fs-extra' await warm() const allApps = await getApps() const problemApps = allApps.filter(isProblemApp) if (!process.env.SKIP_PLAYGROUND) { const firstProblemApp = problemApps[0] if (firstProblemApp) { console.log('🛝 setting up the first problem app...') const playgroundPath = path.join(process.cwd(), 'playground') if (await fsExtra.exists(playgroundPath)) { console.log('🗑 deleting existing playground app') await fsExtra.remove(playgroundPath) } await setPlayground(firstProblemApp.fullPath).then( () => { console.log('✅ first problem app set up') }, (error) => { console.error(error) throw new Error('❌ first problem app setup failed') }, ) } }

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/rubenpenap/mcp-auth'

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