Skip to main content
Glama

Crew Qualifications & Certifications MCP Server

by jbandu
.env.example644 B
# Database Configuration DATABASE_URL=postgresql://username:password@localhost:5432/crew_qualifications POSTGRES_HOST=localhost POSTGRES_PORT=5432 POSTGRES_DB=crew_qualifications POSTGRES_USER=username POSTGRES_PASSWORD=password # MCP Server Configuration MCP_SERVER_NAME=crew-qualifications-mcp MCP_SERVER_VERSION=1.0.0 NODE_ENV=development # Logging LOG_LEVEL=info LOG_FORMAT=json # Integration URLs AIRCRAFT_MCP_URL=http://localhost:3001 # Pay Calculation Settings DEFAULT_CURRENCY=USD PAY_PERIOD_LENGTH_DAYS=14 # Compliance Settings FAA_PART117_ENABLED=true ALERT_DAYS_BEFORE_EXPIRY=60 # Timezone DEFAULT_TIMEZONE=America/Los_Angeles

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/jbandu/crew-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server