Brave Search API
Set up secret API Key
Before setting up your MCP connector entity, you can follow this guide to add a secret BRAVE_API_KEY
to your local Otoroshi vault.
Configuration
{
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "${vault://local/BRAVE_API_KEY}"
}
}