We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ruminaider/newrelic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•362 B
# NewRelic API Configuration
# Get your User API key from: https://one.newrelic.com/admin-portal/api-keys/home
NEW_RELIC_API_KEY=NRAK-XXXXXXXXXXXXXXXXXXXX
# Your NewRelic Account ID (found in account settings or URL)
NEW_RELIC_ACCOUNT_ID=1234567
# Region: US (default) or EU
NEW_RELIC_REGION=US
# Optional: Log level (debug, info, warn, error)
LOG_LEVEL=info