Skip to main content
Glama

GPT Researcher MCP Server

by assafelovic
.env.example581 B
# OpenAI API key for GPT models (required) OPENAI_API_KEY=open-api-key-here # Tavily API key for web search (required) TAVILY_API_KEY=tavily-api-key-here # GPT Researcher configuration # Embedding model EMBEDDING=openai:text-embedding-3-small # LLM for strategic research STRATEGIC_LLM=openai:gpt-4o-mini # To increase speed, use gpt-4o-mini # Maximum number of research iterations MAX_ITERATIONS=2 # To increase speed, use 2 # Optional example: Anthropic API key if using Claude # ANTHROPIC_API_KEY=your_anthropic_api_key_here # Server configuration LOG_LEVEL=INFO PORT=8000

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/assafelovic/gptr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server