MCP.so
登录

Idea Processor MCP

@ban5104

关于 Idea Processor MCP

turn an idea into a plan custom node.js mcp server that runs locally

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

ban5104

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Idea Processor MCP?

Idea Processor MCP is an MCP (Model Context Protocol) server that processes raw ideas through a structured multi-agent workflow to create project plans and documentation. It is intended for developers or project managers who want to turn initial concepts into structured deliverables like PLANNING.md and CLAUDE.md.

How to use Idea Processor MCP?

Install the server by running npm install in the project directory, then start it with npm start. The server runs the workflow automatically upon invocation; no specific commands or configuration keys are described beyond the startup script.

Key features of Idea Processor MCP

  • Three-step agent workflow: Idea to Plan, Planning Tuner, and Claude Builder.
  • Transforms raw ideas into a structured PLANNING.md document.
  • Generates CLAUDE.md and other project setup files.
  • Simple installation and startup via npm.
  • Workflow configuration stored in workflow-config.json.

Use cases of Idea Processor MCP

  • Turning a rough project concept into a detailed project plan.
  • Generating documentation and setup files for a new Claude-based project.
  • Automating the initial planning phase of software projects.

FAQ from Idea Processor MCP

What does Idea Processor MCP do?

It processes ideas through a structured three-agent workflow that first creates an initial plan, then refines it into a comprehensive PLANNING.md, and finally produces CLAUDE.md and other project setup files.

How do I install Idea Processor MCP?

Run npm install in the project's root directory to install dependencies.

How do I start Idea Processor MCP?

Execute npm start to launch the MCP server and begin the workflow.

What files does the server create?

The server generates a PLANNING.md document, a CLAUDE.md file, and additional project setup files as defined by the workflow.

What is the project's directory structure?

The repository contains agents/ (workflow agent instructions and knowledge bases), src/ (MCP server implementation), state/ (runtime state storage), and workflow-config.json (workflow configuration).

评论

其他 分类下的更多 MCP 服务器