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
.env.example•1.28 KiB
# Absolute path to service account JSON file (with domain-wide delegation enabled)
GOOGLE_SERVICE_ACCOUNT_FILE=/home/carlos/secrets/classroom-service-account.json
# Default delegated subject user (admin/authorized user in your Workspace).
# You can override per tool call with `acting_user_email`.
GOOGLE_WORKSPACE_ADMIN_EMAIL=admin@asociacionmontessori.mx
# Optional: comma-separated teachers that are auto-added on new/cloned courses.
# Example:
# CLASSROOM_REQUIRED_TEACHERS=osvalin15@certificacionmontessori.com,online@asociacionmontessori.mx
CLASSROOM_REQUIRED_TEACHERS=
# Optional: comma-separated teacher emails that mark courses as obsolete in list/search tools.
# If this variable is NOT set, the default is:
# presidencia@asociacionmontessori.mx
# Set it to empty to disable automatic exclusion.
CLASSROOM_OBSOLETE_TEACHERS=presidencia@asociacionmontessori.mx
# Optional defaults for scripts/smoke_test.py
SMOKE_TEST_TEACHER_EMAIL=carlos@certificacionmontessori.com
SMOKE_TEST_STUDENT_EMAIL=carlos@asociacionmontessori.com.mx
SMOKE_TEST_COURSE_ID=765463029199
# Optional defaults for scripts/admin_smoke_test.py
ADMIN_SMOKE_ADMIN_EMAIL=admin@asociacionmontessori.com.mx
ADMIN_SMOKE_TEACHER_EMAIL=carlos@certificacionmontessori.com
ADMIN_SMOKE_STUDENT_EMAIL=carlos@asociacionmontessori.com.mx