Back to Apps

Open Deep Research
by heishen6
Configurable deep research agent powered by LangGraph and GLM-4.5 for PhD-level research tasks.
0 stars
Works in:claude
Exposes:Tools
What it does
Open Deep Research is a fully open-source research agent that automates the process of deep-diving into complex topics. It leverages LangGraph to orchestrate a multi-step research pipeline, including search, summarization, and final report generation, making it capable of handling PhD-level research tasks across diverse fields like Science, Tech, and Business.
Tools
- Research Agent: Powers the primary search and discovery phase of the research process.
- Summarizer: Processes and distills raw search API results into usable insights.
- Compressor: Optimizes and compresses research findings to fit within model context limits.
- Report Generator: Synthesizes all gathered evidence into a comprehensive final report.
Installation
Add the following to your claude_desktop_config.json (requires the project to be cloned and dependencies installed via uv sync):
{
"mcpServers": {
"open-deep-research": {
"command": "uvx",
"args": ["--from", ".", "langgraph", "dev"]
}
}
}
Supported hosts
- claude
Quick install
git clone https://github.com/heishen6/GLM_OPEN_DEEP_RESEARCH.git && cd GLM_OPEN_DEEP_RESEARCH && uv syncInformation
- Pricing
- free
- Published
- 7/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"open-deep-research": {"command": "uvx", "args": ["--from", ".", "langgraph", "dev"]}}}






