deep-research-mcp
7
Deep Research MCP is a multi-agent research framework that utilizes Python and the Message Control Protocol to facilitate research activities. It includes a variety of AI agents, memory management, and a FastMCP server setup to manage and orchestrate research tasks efficiently.
Deep Research MCP Overview
- A multi-agent research framework using Python and MCP.
- Default entrypoint is
mcp_server.py
which starts the FastMCP server named Deep Research. - Features include AI agents like ResearchAgent, EditorAgent, and utilities for managing research and draft states.
- Standard setup includes agents, memory management, and core orchestrating logic.
- Provides instructions for cloning the repository, setting environment variables, and running the server locally.