Manages environment variables for configuration, supporting both built-in LLM mode and external API connections through a standard .env file
Integrates with version control for project management, allowing teams to collaborate on code through pull requests and branch management
Utilizes Python 3.8+ for developing and running intelligent agent tools, with 25+ MCP tools built using Python framework
Provides status badges for the README to indicate compatibility, license status and Python version requirements
🎯 BMAD Agent FastMCP Service
🎯 BMAD 方法论
本项目基于 BMAD-METHOD 构建,这是一个强大的业务模型和架构开发方法论。
🚀 Important: Keep Your BMad Installation Updated
Stay up-to-date effortlessly! If you already have BMad-METHOD installed in your project, simply run:
📦 First Time Installation
If you're new to BMAD-METHOD, visit the official repository for complete installation and setup instructions:
👉 BMAD-METHOD Official Repository
The BMAD-METHOD provides:
- 🎯 Structured business analysis frameworks
- 🏗️ Architecture design patterns
- 📋 Project management templates
- 🔄 Workflow automation tools
- 📊 Quality assurance checklists
🚀 企业级智能服务 - 基于 FastMCP 框架的专业 AI 智能体服务,支持双 LLM 模式,提供 25+ 个专业 MCP 工具和 10 个专业智能体,与 Cursor IDE 无缝集成。
🌟 核心特性
- 🎯 10 个专业智能体:业务分析师、架构师、全栈开发者、产品经理、QA 工程师等
- 🔧 25+ 个 MCP 工具:智能体管理、工作流程控制、任务执行等
- 🔄 双 LLM 模式:支持 Cursor 内置 LLM 和 DeepSeek API 动态切换
- 📋 6 个工作流程:全栈开发、API 开发、数据分析等完整流程
- 🎯 即插即用:与 Cursor IDE 无缝集成
🚀 快速开始
1. 安装依赖
2. 配置环境
3. 启动服务
4. Cursor 集成
参考 docs/CURSOR_USAGE_GUIDE.md
进行 Cursor IDE 集成配置。
⚡ 核心特性
- 🎯 10 个专业智能体:业务分析师、架构师、开发者、产品经理等
- 🔧 25 个 MCP 工具:智能体管理、工作流程控制、任务执行、模板处理
- 🔄 双 LLM 模式:支持 Cursor 内置 LLM 和 DeepSeek API 动态切换
- 📋 6 个工作流程:全栈开发、API 开发、数据分析等完整流程
- 🎯 即插即用:与 Cursor IDE 无缝集成
🔄 LLM 模式切换
内置 LLM 模式(默认)
- ✅ 使用 Cursor IDE 内置 LLM
- ✅ 无需外部 API 调用
- ✅ 响应更快,无网络延迟
- ✅ 无 API 费用
外部 API 模式
- ✅ 使用 DeepSeek API
- ✅ 更强的推理能力
- ✅ 支持更复杂的任务
- ⚠️ 需要 API Key 和网络连接
切换方法
🛠️ 主要 MCP 工具
智能体管理
list_agents()
- 列出所有智能体get_agent_details(agent_id)
- 获取智能体详情activate_agent(agent_id)
- 激活智能体call_agent_with_llm(agent_id, task)
- 调用智能体执行任务
工作流程
list_workflows()
- 列出所有工作流程start_workflow(workflow_id)
- 启动工作流程get_workflow_status()
- 获取工作流程状态advance_workflow_step()
- 推进工作流程
LLM 功能
switch_llm_mode(mode)
- 切换 LLM 模式get_llm_mode_info()
- 获取模式信息get_system_status()
- 获取系统状态
任务和模板
list_tasks()
- 列出所有任务execute_task(task_id)
- 执行任务list_templates()
- 列出所有模板get_template(template_name)
- 获取模板内容
📊 项目结构
📚 文档
- 📖 项目结构说明 - 详细的项目结构和文件说明
- 🔄 LLM 切换指南 - LLM 模式切换详细指南
- 🎯 Cursor 使用指南 - Cursor IDE 集成指南
- 📝 最终解决方案 - 完整的解决方案报告
🧪 测试
🔧 配置
Cursor IDE 配置
将以下配置添加到 Cursor 的 settings.json
:
环境变量
🎯 使用示例
在 Cursor 中使用
🤝 贡献
- Fork 项目
- 创建功能分支
- 提交更改
- 推送到分支
- 创建 Pull Request
📄 许可证
MIT License
📚 相关
- 📖 查看
docs/
目录中的详细文档 - 🧪 运行
tests/
目录中的测试文件 - 📋 查看
logs/
目录中的日志文件 - 📦 查看
archive/
目录中的历史文件
🎉 享受使用 BMAD Agent FastMCP Service!"
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A professional AI agent system that provides 10+ specialized agents and 25+ MCP tools to support development workflows in Cursor IDE, with dual LLM mode support (built-in and DeepSeek API).
Related MCP Servers
- -securityAlicense-qualityAn AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.Last updated -705240TypeScriptMIT License
- -securityAlicense-qualityEnables the creation and deployment of API-based MCP tools for Cursor Agent using Cloudflare Workers, streamlining development and integration of custom functionalities.Last updated -6225TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that converts Cursor agent plans into structured markdown task lists and organizes them in your repository, helping you track AI-generated plans and recommendations as actionable specifications.Last updated -3PythonMIT License
- -securityFlicense-qualityA comprehensive memory management system for Cursor IDE that allows AI assistants to remember, recall, and manage information across conversations through a user-friendly interface.Last updated -2Python