We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/carlosrm22/mcp-classroom-codex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
admin_smoke_test.sh•262 B
#!/usr/bin/env bash
set -euo pipefail
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
if [ -f "$DIR/.env" ]; then
set -a
# shellcheck disable=SC1091
source "$DIR/.env"
set +a
fi
exec "$DIR/.venv/bin/python" "$DIR/scripts/admin_smoke_test.py" "$@"