litellm-mirror/mcp_servers.json
2025-03-21 21:51:57 -07:00

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"
}
}
}