We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KVerduyn/School_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•328 B
# School Vacation MCP Server Configuration
# Authentication token for HTTP/MCP endpoints
# If not set, authentication is disabled (development mode only!)
# For production, generate a strong random token:
# openssl rand -hex 32
MCP_AUTH_TOKEN=
# Server port (default: 3000)
PORT=3000
# Node environment
NODE_ENV=production