-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration
Syed Asif edited this page Jun 8, 2026
·
8 revisions
web-search-mcp uses environment variables for configuration, managed via pydantic-settings.
| Variable | Description | Required | Default |
|---|---|---|---|
GROQ_API_KEY |
API key for Groq services | Yes (for Groq tools) | None |
You can set these variables in your shell or use a .env file:
export GROQ_API_KEY="your_api_key_here"If you encounter authentication errors when using groq_browse, groq_research, or groq_analyze_page, ensure that the GROQ_API_KEY is correctly exported in the environment where the MCP server is running.
Home | Architecture | Tools | Development