15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"mcpServers": {
|
|
"brave-search": {
|
|
"command": "node",
|
|
"args": [
|
|
"./node_modules/@modelcontextprotocol/server-brave-search/dist/index.js",
|
|
"--port=8087",
|
|
"--stdio=false"
|
|
],
|
|
"env": {
|
|
"BRAVE_API_KEY": "BSAemZhvTkEVc6vr6YTMuwnF3bU4MTv"
|
|
}
|
|
}
|
|
}
|
|
} |