The nightly stress test detected that the everart MCP server requires authentication to function properly.
Test Details
- Test Session: stress-test-20260208-034257
- Test Date: 2026-02-08T03:42:57Z
- Server Container: mcp/everart
Required Authentication Token
Environment Variable: EVERART_API_KEY
Token Type: API Key
How to Obtain:
- Sign up for EverArt service
- Navigate to account settings
- Generate API key
- Add to repository secrets as
EVERART_API_KEY
Error Message
EVERART_API_KEY environment variable is not set
Suggested Configuration
Add the following to your MCP Gateway configuration:
{
"everart": {
"type": "stdio",
"container": "mcp/everart",
"env": {
"EVERART_API_KEY": "${EVERART_API_KEY}"
}
}
}
Next Steps
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260208-034257
AI generated by Nightly MCP Server Stress Test
The nightly stress test detected that the everart MCP server requires authentication to function properly.
Test Details
Required Authentication Token
Environment Variable:
EVERART_API_KEYToken Type: API Key
How to Obtain:
EVERART_API_KEYError Message
Suggested Configuration
Add the following to your MCP Gateway configuration:
{ "everart": { "type": "stdio", "container": "mcp/everart", "env": { "EVERART_API_KEY": "${EVERART_API_KEY}" } } }Next Steps
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260208-034257