-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
MCP Server Authentication Required: everart
The nightly stress test detected that the everart MCP server requires authentication to function properly. The server tools were not accessible during testing.
Test Details
- Test Session: stress-test-20260225-022355
- Test Date: 2026-02-25
- Server Container: mcp/everart
Required Authentication Token
Environment Variable: EVERART_API_KEY
Token Type: API Key
How to Obtain:
- Visit: (www.everart.ai/redacted)
- Create an account or sign in
- Navigate to API settings or developer dashboard
- Generate an API key
- Add to repository secrets as
EVERART_API_KEY
Error Message
Server tools not accessible - no tools exposed through MCP Gateway
Suggested Configuration
{
"everart": {
"type": "stdio",
"container": "mcp/everart",
"env": {
"EVERART_API_KEY": "\$\{EVERART_API_KEY}"
}
}
}Next Steps
- Obtain
EVERART_API_KEYfrom (www.everart.ai/redacted) - Add key to repository secrets as
EVERART_API_KEY - Update stress test configuration
- Verify server works in next nightly test
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260225-022355
Generated by Nightly MCP Server Stress Test
Reactions are currently unavailable