MCP.so
登录

Task Researcher

@tejpalvirk

关于 Task Researcher

Researcher for AI Coding that analyzes task complexity and runs deep research (STORM) to decompose complex tasks into subtasks, as an MCP Server or CLI.

基本信息

分类

生产力

运行时

python

传输方式

stdio

发布者

tejpalvirk

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Task Researcher?

Task Researcher is a Python task management system designed for AI-driven development. It integrates in-depth research capabilities using the knowledge-storm library to break down complex projects, generate tasks, and leverage automated research to inform implementation details. It provides both a command-line interface (CLI) and a Model Context Protocol (MCP) server.

How to use Task Researcher?

Install via clone and Poetry, configure a .env file with LLM and search API keys, then use the task-researcher CLI command or run task-researcher serve-mcp to start the MCP server over stdio transport. Clients like Claude Desktop connect by editing their claude_desktop_config.json.

Key features of Task Researcher

  • Parse specifications to generate initial tasks.
  • AI-powered task expansion into subtasks.
  • STORM-based research workflow for complex tasks.
  • Task update and dependency management.
  • Complexity analysis with research hints.
  • Standalone research report generation on any topic.

Use cases of Task Researcher

  • Decomposing software project specifications into executable task lists.
  • Generating detailed subtask breakdowns informed by web research.
  • Updating existing task plans when requirements change.
  • Analyzing and reporting task complexity for project planning.
  • Producing in-depth research reports on technical topics using STORM.

FAQ from Task Researcher

What is the difference between --research and --research-hint?

expand --research triggers the full STORM-based workflow, performing live web searches to inform subtasks. analyze-complexity --research-hint modifies the prompt to ask the primary LLM to leverage its internal knowledge more deeply without any live search.

What are the runtime requirements?

Python 3.10+, an API key for at least one supported LLM provider (e.g., Anthropic, Google Gemini, OpenAI), and the knowledge-storm library. A search engine API key is required for the --research feature and the research-topic command.

Where does the task data live?

Task data is stored locally in a tasks/tasks.json file following Pydantic models. The file includes a meta section and a list of task objects with dependencies, phases, and subtasks.

How are API keys configured?

All credentials are set in a .env file. Required variables include LLM_MODEL, the provider's API key (e.g., ANTHROPIC_API_KEY), STORM_RETRIEVER, and the corresponding search API key (e.g., BING_SEARCH_API_KEY).

What transport does the MCP server use?

The MCP server uses stdio transport by default. It exposes tools like parse_inputs, expand_task, and research_topic, as well as resources such as tasks://current and report://complexity.

评论

生产力 分类下的更多 MCP 服务器