Ai Develop Assistant
@jieshao11
About Ai Develop Assistant
协助AI开发者需求完善、模块设计、技术架构设计的mcp
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ai-develop-assistant": {
"command": "uvx",
"args": [
"ai-develop-assistant@latest"
],
"env": {
"MCP_STORAGE_DIR": "/path/to/your/storage"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Ai Develop Assistant?
Ai Develop Assistant is an MCP server that helps developers clarify requirements, design architecture, and export project documentation. It integrates with the Claude Desktop environment and stores data persistently in local files.
How to use Ai Develop Assistant?
Configure the server in the Claude Desktop JSON config file, set the MCP_STORAGE_DIR environment variable, and restart Claude Desktop. Then use its five tools (requirement_clarifier, requirement_manager, architecture_designer, export_final_document, view_requirements_status) to follow a complete project analysis flow.
Key features of Ai Develop Assistant
- Requirement clarification and management tools
- Architecture design generation tool
- Persistent storage with automatic saves
- Multi-format export (JSON + Markdown)
- Complete operation history tracking
- Configurable storage directory via environment variable
Use cases of Ai Develop Assistant
- Clarifying vague project requirements with structured prompts
- Managing requirement documents with version history
- Generating architecture designs for web applications
- Exporting final project documentation in JSON and Markdown
- Tracking analysis progress with status viewing tool
FAQ from Ai Develop Assistant
What kind of projects can Ai Develop Assistant handle?
The README demonstrates a Web AI resource sharing site example, suggesting it handles general software project analysis and architecture design.
What are the runtime requirements?
The server runs with Python and is configured via the Claude Desktop claude_desktop_config.json file. A test script (test_optimized_mcp.py) is provided for validation.
Where does the data live?
All data is stored locally in the directory specified by the MCP_STORAGE_DIR environment variable (default ./mcp_data). Files include requirements.json, history.json, and exported documents.
How does it compare to the original version?
Improvements over the original include data persistence, history tracking, document export, real-time status viewing, and flexible storage configuration.
What transport or authentication does it use?
The server uses standard Claude Desktop MCP transport (stdio). No authentication is mentioned; it assumes local usage.
More AI & Agents MCP servers
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Comments