The nightly stress test detected that the brave-search 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/brave-search
Required Authentication Token
Environment Variable: BRAVE_API_KEY
Token Type: API Key
How to Obtain:
- Visit: (brave.com/redacted)
- Create an account or sign in
- Generate API key
- Add to repository secrets as
BRAVE_API_KEY
Error Message
Error: --brave-api-key is required. You can get one at (brave.com/redacted)
Invalid configuration
Suggested Configuration
Add the following to your MCP Gateway configuration:
{
"brave-search": {
"type": "stdio",
"container": "mcp/brave-search",
"env": {
"BRAVE_API_KEY": "${BRAVE_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 brave-search MCP server requires authentication to function properly.
Test Details
Required Authentication Token
Environment Variable:
BRAVE_API_KEYToken Type: API Key
How to Obtain:
BRAVE_API_KEYError Message
Suggested Configuration
Add the following to your MCP Gateway configuration:
{ "brave-search": { "type": "stdio", "container": "mcp/brave-search", "env": { "BRAVE_API_KEY": "${BRAVE_API_KEY}" } } }Next Steps
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260208-034257