Assists AI developers with requirement clarification, module design, and technical architecture.
协助AI开发者进行智能化需求分析与架构设计的MCP工具
克隆代码
git clone https://github.com/jiemobasixiangcai/ai-develop-assistant.git
推荐虚拟环境
python -m venv venv
source venv/bin/activate # Unix/Linux/MacOS
venv\Scripts\activate # Windows
安装依赖
pip install -r requirements.txt
配置文件位置
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
添加配置
{
"mcpServers": {
"ai-develop-assistant": {
"command": "python",
"args": ["path/to/AIDevlopStudy.py"],
"env": {
"MCP_STORAGE_DIR": "./mcp_data"
}
}
}
}
重启Claude Desktop
{
"mcpServers": {
"ai-develop-assistant": {
"command": "uvx",
"args": ["ai-develop-assistant@latest"],
"env": {
"MCP_STORAGE_DIR": "/path/to/your/storage"
}
}
}
}
需求澄清
requirement_clarifier("我要做一个在线教育平台")
需求管理
requirement_manager("目标用户:学生和教师", "项目概述")
查看状态
view_requirements_status()
架构设计
architecture_designer("在线教育平台架构")
导出文档
export_final_document()
requirement_clarifier("描述你的项目想法")
export_final_document()
view_requirements_status
了解进度🎯 现在您拥有了一个真正智能的AI开发助手,它会记住每个细节,引导您完成完整的需求分析!
An example of a remote MCP server for Odoo, deployable on Cloudflare Workers without authentication.
Interact with your MLOps and LLMOps pipelines through your ZenML MCP server
Interact with the Moralis Web3 API to access blockchain data and services.
A server for Zep, a long-term memory store for AI applications, requiring a ZEP_API_KEY for access.
The ultimate open-source server for advanced Gemini API interaction with MCP, intelligently selects models.
Extracts text and performs OCR on various documents like IDs and invoices, with support for Markdown conversion.
MCP server for integrating with Polarion Application Lifecycle Management (ALM).
A local MCP server implementing Retrieval-Augmented Generation (RAG) with sentence window retrieval and support for multiple file types.
A knowledge management tool for code repositories using vector embeddings, powered by a local Ollama service.
Generates placeholder images from various providers like placehold.co and lorem-picsum.