-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
MCP Server Authentication Required: EverArt
The nightly stress test detected that the EverArt MCP server requires authentication to function properly.
Test Details
- Test Session: stress-test-20260204-180602
- Test Date: 2026-02-04T18:06:02Z
- Server Container: mcp/everart
Required Authentication Token
Environment Variable: EverArt API credentials (specific variable name TBD)
Token Type: API Key or Auth Token
How to Obtain:
- Visit: (everart.ai/redacted) (or relevant EverArt API portal)
- Create an account or sign in
- Generate API credentials
- Add to repository secrets
Suggested Configuration
Add the following to your MCP Gateway configuration (adjust env var names as needed):
{
"everart": {
"type": "stdio",
"container": "mcp/everart",
"env": {
"EVERART_API_KEY": "${EVERART_API_KEY}"
}
}
}Next Steps
- Research EverArt API authentication requirements
- Obtain API credentials
- Determine correct environment variable names
- Add credentials to repository secrets
- Update stress test configuration
- Verify server works in next nightly test
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260204-180602
AI generated by Nightly MCP Server Stress Test
Reactions are currently unavailable