-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
MCP Server Authentication Required: Brave Search
The nightly stress test detected that the Brave Search 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/brave-search
Required Authentication Token
Environment Variable: BRAVE_API_KEY
Token Type: API Key
How to Obtain:
- Visit: (brave.com/redacted)
- Sign up for Brave Search API access
- Generate an API key
- Add to repository secrets as
BRAVE_API_KEY
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
- Obtain BRAVE_API_KEY token
- Add token 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