mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 03:31:23 +00:00
16 lines
300 B
JSON
16 lines
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"
|
|
}
|
|
}
|
|
} |