mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
16 lines
No EOL
300 B
JSON
16 lines
No EOL
300 B
JSON
{
|
|
"brave-search": {
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"-e",
|
|
"BRAVE_API_KEY",
|
|
"mcp/brave-search"
|
|
],
|
|
"env": {
|
|
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
|
|
}
|
|
}
|
|
} |