#!/bin/sh
set -e
# Load environment variables from /app/.env if present
if [ -f "/app/.env" ]; then
echo "Loading environment variables from /app/.env"
set -a
. /app/.env
set +a
fi
exec "$@"
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/sulaiman013/powerbi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server