deep-research-mcp-server

MCP Deep Research Server using Gemini creating a Research AI Agent

GitHubスター

48

ユーザー評価

未評価

お気に入り

0

閲覧数

15

フォーク

9

イシュー

0

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

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