mcp_test/mcp-config.json
2025-03-30 14:47:33 +02:00

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