We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elad12390/web-research-assistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•700 B
# Environment variables for Web Research Assistant
# Copy this file to .env and fill in your API keys
# Optional: Exa AI API key for neural search
# Get your key at: https://dashboard.exa.ai/api-keys
EXA_API_KEY=
# Optional: Pixabay API key for image search
# Get your free key at: https://pixabay.com/api/docs/
PIXABAY_API_KEY=
# Search provider preference
# Options: "auto" (try Exa first, fallback to SearXNG), "exa", "searxng"
SEARCH_PROVIDER=auto
# SearXNG configuration (usually don't need to change these)
SEARXNG_BASE_URL=http://searxng:8080/search
SEARXNG_DEFAULT_CATEGORY=general
SEARXNG_DEFAULT_RESULTS=5
SEARXNG_MAX_RESULTS=10
SEARXNG_CRAWL_MAX_CHARS=8000
MCP_MAX_RESPONSE_CHARS=8000