We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/analysta-ai/playwrightium'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•555 B
# Environment variables for Playwrighium shortcuts, scripts, and actions
# Copy this file to .env at repository root and fill in your secrets
# The .env file is already in .gitignore and will not be committed
# Elitea Staging Credentials
ELITEA_STAGING_URL=https://stage.elitea.ai
ELITEA_STAGING_EMAIL=your-email@example.com
ELITEA_STAGING_PASSWORD=your-password-here
# GitHub Credentials (example)
GITHUB_USERNAME=your-github-username
GITHUB_PASSWORD=your-github-password
# API Keys (example)
API_KEY=your-api-key-here
API_SECRET=your-api-secret-here