Skip to main content
Glama
.env.developmentโ€ข1.61 kB
# Environment configuration for development # Copy this to .env.development for development environment # TestRail Connection (Required) TESTRAIL_BASE_URL=https://your-dev-instance.testrail.io TESTRAIL_USERNAME=dev-user@company.com TESTRAIL_API_KEY=dev-api-key-here # Server Configuration NODE_ENV=development PORT=3000 LOG_LEVEL=debug # Development Features HOT_RELOAD=true SOURCE_MAPS=true # Default Project Settings (Optional) DEFAULT_PROJECT_ID=1 DEFAULT_SUITE_ID=1 # Rate Limiting (Development - More lenient) RATE_LIMIT_REQUESTS_PER_MINUTE=120 RATE_LIMIT_WINDOW_MS=60000 # Caching Configuration (Optional) CACHE_ENABLED=true CACHE_TTL=300 REDIS_URL=redis://localhost:6379 REDIS_PREFIX=testrail-mcp-dev # Database Configuration (Optional - for future features) DB_HOST=localhost DB_PORT=5432 DB_NAME=testrail_mcp_dev DB_USER=dev_user DB_PASSWORD=dev_password # Security (Development) JWT_SECRET=dev-jwt-secret-change-in-production CORS_ORIGIN=* CORS_CREDENTIALS=true # Monitoring and Debugging ENABLE_PROFILING=true ENABLE_METRICS=true METRICS_PORT=9090 # Webhook Configuration (Optional) WEBHOOK_ENABLED=false WEBHOOK_PORT=3001 WEBHOOK_SECRET=dev-webhook-secret # External Integrations (Development) SLACK_WEBHOOK_URL=https://hooks.slack.com/services/your/dev/webhook TEAMS_WEBHOOK_URL=https://your-company.webhook.office.com/dev EMAIL_ENABLED=false EMAIL_SMTP_HOST=smtp.gmail.com EMAIL_SMTP_PORT=587 EMAIL_SMTP_USER=dev@company.com EMAIL_SMTP_PASS=dev-email-password # Feature Flags FEATURE_ADVANCED_REPORTING=true FEATURE_BULK_OPERATIONS=true FEATURE_WEBHOOKS=false FEATURE_AI_INSIGHTS=false

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/samuelvinay91/testrail-mcp'

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