mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-02 12:48:54 -05:00
14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"mcpServers": {
|
|
"brave-search": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-brave-search"
|
|
],
|
|
"env": {
|
|
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
|
|
}
|
|
}
|
|
}
|
|
} |