deep-research-mcp-server

MCP Deep Research Server using Gemini creating a Research AI Agent

GitHub Stars

48

User Rating

Not Rated

Favorites

0

Views

20

Forks

9

Issues

0

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

1Clone the repository:
bash
    git clone [your-repo-link-here]
    
2Install dependencies:
bash
    npm install
    
3Set up environment variables: Create a .env.local file in the project root:
```bash # Required GEMINI_API_KEY="your_gemini_key" # Recommended defaults GEMINI_MODEL=gemini-2.5-flash GEMINI_MAX_OUTPUT_TOKENS=65536 CONCURRENCY_LIMIT=5 # Gemini tools (enable as needed) ENABLE_GEMINI_GOOGLE_SEARCH=true ENABLE_GEMINI_CODE_EXECUTION=false ENABLE_GEMINI_FUNCTIONS=false