We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ptylr/crownpeak-dqm-node-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Crownpeak DQM API Configuration
# Required: Your Crownpeak DQM API key
DQM_API_KEY=your_api_key_here
# Optional: Override the default base URL
# Default: https://api.crownpeak.net/dqm-cms/v1
DQM_API_BASE_URL=https://api.crownpeak.net/dqm-cms/v1
# Optional: Enable destructive operations (delete, etc.)
# Default: false
ENABLE_DESTRUCTIVE_TOOLS=false
# HTTP Server Configuration (only needed for HTTP transport)
# Default: 3000
PORT=3000
# Optional: Request timeout in milliseconds
# Default: 30000 (30 seconds)
DQM_REQUEST_TIMEOUT=30000
# Optional: Quality check polling configuration
# Maximum number of polling attempts (default: 60)
QUALITY_CHECK_MAX_POLLS=60
# Polling interval in milliseconds (default: 2000)
QUALITY_CHECK_POLL_INTERVAL=2000
# Optional: Rate limiting
# Maximum concurrent quality check requests (default: 3)
MAX_CONCURRENT_QUALITY_CHECKS=3
# Optional: WebsiteID + test URL for running unit tests.
DQM_WEBSITE_ID=test_website_id_here
DQM_TEST_URL=https://www.crownpeak.com