#!/bin/sh
set -e
# Wait for Postgres to be ready
until nc -z postgres 5432; do
echo "Waiting for Postgres..."
sleep 1
done
# Run migrations
npx prisma migrate deploy
# Start the app
exec npm start
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/LeadBroaf/mcp-agent-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server