DeepRe - AI駆動の深い調査レポート生成ツール

by hirokidaichi

2 stars
142 downloads
Not rated
GitHub

About

DeepRe - AI駆動の深い調査レポート生成ツール is a Deno-based CLI tool that automatically generates in-depth research reports on a specified theme. It leverages the Google Gemini AI API to iteratively collect and evaluate information until sufficient quality is reached, then produces a…

Details

Author
hirokidaichi
GitHub stars
2
Downloads
142
Categories
Other

- Iterative research process with automatic quality evaluation
- Integrates with Gemini 2.0 AI models for advanced search and analysis
- Automatically generates an optimal research plan from a theme
- Full Japanese language support for themes and output
- Produces formatted Markdown reports

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DeepRe - AI駆動の深い調査レポート生成ツール
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install globally with deno task install, then run deepre "調査テーマ". Optionally specify an API key with -k, output directory with -o (default ./research), Gemini model with -m (default gemini-2.0-flash), and iteration count with -i (default 10). The API key can also be set via the GEMINI_API_KEY environment variable. Development tasks include deno task deepre for running in dev mode and deno task check-all for linting, type checking, formatting, and tests.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "deepre - ai\u99c6\u52d5\u306e\u6df1\u3044\u8abf\u67fb\u30ec\u30dd\u30fc\u30c8\u751f\u6210\u30c4\u30fc\u30eb": {
            "deepre": {
                "command": "deno",
                "args": [
                    "task",
                    "install"
                ]
            }
        }
    }
}

McpServers

{
    "deepre": {
        "command": "deno",
        "args": [
            "task",
            "install"
        ]
    }
}

DeepRe - AI駆動の深い調査レポート生成ツール

DeepReは、Google GeminiのAI
APIを活用して、指定されたテーマについて深い調査レポートを自動生成するDenoベースのCLIツールです。複数回の反復調査によって質の高い情報を収集し、包括的なレポートを作成します。

特徴

- 反復的な調査プロセス: 情報の質が十分になるまで調査を繰り返します
- 自動評価システム: 収集した情報の充実度を自動評価します
- Gemini API連携: 最新のGemini 2.0モデルを活用した高度な検索と分析
- 調査計画の自動生成: テーマから最適な調査アプローチを計画します
- 日本語完全対応: 日本語でのテーマ設定と出力に対応しています
- Markdown形式のレポート: 結果は整形されたMarkdownとして出力されます

インストール

必要条件

- Deno ランタイム
- Google Gemini API
キー(GEMINI_API_KEY環境変数として設定するか、実行時に指定)

グローバルインストール

deno task install

使用方法

基本的な使用法

deepre "調査テーマ"

オプション

deepre "調査テーマ" -k "GEMINI_API_KEY" -o "./output" -m "gemini-2.0-pro" -i 15

- -k, --api-key: Gemini API Key(環境変数GEMINI_API_KEYからも取得可能)
- -o, --output-dir: 出力ディレクトリ(デフォルト: ./research)
- -m, --model: 使用するGeminiモデル(デフォルト: gemini-2.0-flash)
- -i, --iterations: 調査反復回数(デフォルト: 10)

環境変数の設定

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.