feat: add Brave Search MCP, disable unused MCP servers

- Add brave_search MCP with wrapper script for API key
- Disable duckduckgo (rate limiting issues)
- Disable playwright, commands, codemcp to reduce prompt size
- Update context window settings for Llama-3.1-8B

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-01 04:58:48 +01:00
parent b1817230c6
commit 4292a2d62c
2 changed files with 22 additions and 7 deletions

7
run-brave-search-mcp.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Wrapper script to run Brave Search MCP server with environment variables
set -a
source "$(dirname "$0")/.env"
set +a
exec npx -y @brave/brave-search-mcp-server