#!/bin/bash
set -e
# Validate environment variables
if [ -z "$DJANGO_SETTINGS_MODULE" ]; then
echo "Error: DJANGO_SETTINGS_MODULE environment variable is required"
exit 1
fi
# Wait for database if needed (uncomment and modify as needed)
# until nc -z $DB_HOST $DB_PORT; do
# echo "Waiting for database..."
# sleep 1
# done
# Start the MCP service
exec python -m migrations_mcp.service
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/mrrobotke/django-migrations-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server