Loading subscription status...
{
"mcpServers": [
{
"brave-search": {
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY_HERE",
"BRAVE_SEARCH_PROXY": "https://example.com:10890"
},
"args": [
"run",
"-i",
"--rm",
"-e",
"BRAVE_API_KEY",
"mcp/brave-search"
],
"command": "docker"
}
},
{
"brave-search": {
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY_HERE",
"BRAVE_SEARCH_PROXY": "https://example.com:10890"
},
"args": [
"-y",
"@kwp-lab/mcp-brave-search"
],
"command": "npx"
}
}
]
}