
1{2 "mcpServers": {3 "deep research": {4 "env": {5 "HF_TOKEN": "your_huggingface_token",6 "OPENAI_API_KEY": "your_openai_api_key",7 "SERPER_API_KEY": "your_serper_api_key"8 },9 "args": [10 "run",11 "-i",12 "--rm",13 "-e",14 "OPENAI_API_KEY=your_openai_api_key",15 "-e",16 "HF_TOKEN=your_huggingface_token",17 "-e",18 "SERPER_API_KEY=your_serper_api_key",19 "deep-research-mcp"20 ],21 "command": "docker"22 }23 }24}
No reviews yet. Be the first to review!
Sign in to join the conversation