Provides containerized deployment support for production-ready BMAD MCP server instances with Docker and Docker Compose configurations
Enables GitHub integration for BMAD architect and developer agents, supporting code repositories, system design documentation, and development workflows
Integrates with Google's Gemini Pro 1.5 model through OpenRouter for the BMAD project management agent, handling project planning and resource management tasks
Provides comprehensive integration with Notion databases for business resources, project management, task tracking, and automated synchronization of BMAD project documentation and workflows
Integrates with Perplexity's Llama-3.1-Sonar model for the BMAD analyst agent, enabling market research, competitive analysis, data gathering, and trend analysis with web research capabilities
BMAD MCP Server 🚀
A comprehensive Model Context Protocol (MCP) server implementing the BMAD (Business Modeling and Development) methodology. Provides intelligent task management, multi-agent workflows, and cross-IDE project management through the MCP protocol.
✨ Features
🤖 6 Specialized AI Agents
📊 Analyst: Business analysis, market research, requirement gathering
🏗️ Architect: System design, architecture planning, tech stack selection
💻 Developer: Code implementation, debugging, technical development
📋 Project Manager: Task coordination, timeline management, resource planning
🔍 QA: Quality assurance, testing strategies, code review
🔍 Coder Agent: Advanced semantic code analysis and editing capabilities ⭐ NEW!
📋 Advanced Task Management
Real-time Progress Tracking: Live updates and notifications
Intelligent Scheduling: Auto-allocation with capacity management
Follow-up Task Generation: Automatic workflow progression
Notion Integration: Bi-directional sync with Notion databases
TodoWrite Bridge: Seamless Claude integration
⏱️ Time & Cost Tracking ⭐ NEW!
Precise Time Tracking: Exact time spent on each project with session management
AI Cost Calculation: Automatic calculation of AI model costs per project
Project Billing: Comprehensive billing reports for client invoicing
Multi-format Export: JSON, CSV, and invoice-style billing reports
Cost Optimization: Track and optimize AI model usage across projects
Session Management: Auto-end stale sessions and track work patterns
🎨 Template-System & Standardisierte Projektstrukturen ⭐ NEW!
6 Projekt-Templates: standard, web-app, api, mobile, data-science, infrastructure
Automatische Struktur-Erstellung: Einheitliche
.bmad-core/
VerzeichnisseAuto-Discovery: Erkennt automatisch neue BMAD-Projekte
Migration-Tools: Migriert bestehende Projekte auf BMAD v2.0 Standard
Zero-Setup: Neue Projekte sind sofort produktiv mit kompletter Konfiguration
🔄 Enhanced Features
BMAD-METHOD Workflow System: Complete implementation with intelligent orchestration ⭐ NEW!
Quality Gates (@qa commands): 6 comprehensive quality assurance commands ⭐ NEW!
Advanced Semantic Code Analysis: Professional code intelligence via Coder Agent ⭐ NEW!
Time-based Monitoring: Scheduled reminders and progress checks
Work Day Simulation: Demo modes and realistic progression testing
Live Console Output: Beautiful formatted status displays
Project Context Integration: Multi-project support with global registry
Performance Metrics: Detailed tracking and reporting
🌐 Universal IDE Access
Compatible with any IDE supporting MCP:
Claude Code ✅
VS Code ✅
Cursor ✅
Any MCP-compatible IDE ✅
🚀 Quick Start
Prerequisites
Python 3.8+
OpenRouter API Key (for AI model routing)
Notion API Token (optional, for database sync)
Installation
Configuration
Add to your IDE's MCP configuration:
Claude Code (claude_desktop_config.json
)
VS Code / Cursor
🛠️ Available MCP Tools
🤖 Agent Management
Tool | Description | Example |
| List all available agents | Shows 5 specialized agents |
| Switch to specific agent |
|
| Get agent-specific guidance | Context-aware help |
📋 Task Management
Tool | Description | Example |
| Comprehensive task overview | Progress, metrics, status |
| Create new task with auto-scheduling |
,
,
|
| Update progress with real-time sync |
,
|
| Today's scheduled tasks | Daily workload view |
| Agent-specific task list | Filter by agent |
⏱️ Time & Cost Tracking ⭐ NEW!
Tool | Description | Example |
| Start time tracking for a task |
,
,
|
| Stop timer and calculate costs |
,
,
|
| List all currently running timers | Active sessions overview |
| Time tracking summary for task | Hours, cost, sessions |
| Daily time tracking report | Project breakdown, hours |
| Generate project billing report | JSON, CSV, invoice formats |
| End sessions running too long | Cleanup stale timers |
| Update AI model pricing | Configure cost per token |
| Get current model costs | View pricing configuration |
⚡ Enhanced Features
Tool | Description | Example |
| Enable live task monitoring | Background updates |
| Track work session for task | Time tracking |
| Demo realistic work progression | Testing & demos |
| Comprehensive project overview | Multi-project support |
| Sync with Notion databases | Bi-directional sync |
🔧 Project Management
Tool | Description | Example |
| Scan for BMAD configuration | Auto-discovery |
| Add project to global registry | Cross-IDE access |
| Run BMAD methodology tasks | Template-based execution |
| Generate documents from templates | Automated documentation |
| Quality assurance checklists | QA workflows |
🚀 BMAD-METHOD Workflow System ⭐ NEW!
Tool | Description | Example |
| Start BMAD-METHOD project workflow | Full/planning/development modes |
| Advance workflow to next state | Project/story state transitions |
| Create story in development cycle | Story creation & planning |
| Execute quality gate (@qa commands) | *risk, *design, *trace, *nfr, *review, *gate |
| Route agent commands intelligently | Context-aware agent routing |
| Get comprehensive workflow status | Real-time progress monitoring |
| Generate detailed workflow reports | Analytics & recommendations |
🔍 Semantic Code Analysis ⭐ NEW!
Tool | Description | Example |
| Activate project for analysis | Semantic code intelligence |
| Find code symbols semantically | Functions, classes, variables |
| Get file symbol overview | Code structure analysis |
| Find symbol references | Cross-reference tracking |
| Insert code after symbol | Precise code insertion |
| Replace symbol implementation | Code modification |
| Execute shell commands | Testing, building, automation |
| Advanced pattern search | Intelligent code search |
| Store project knowledge | Persistent insights |
| Load stored knowledge | Access project memories |
🎨 Template-System ⭐ NEW!
Tool | Description | Example |
| Create project with standardized structure |
,
|
| Show all available templates | 6 templates available |
| Detailed template information | Features, structure |
| Migrate existing project | Auto-backup, structure |
📊 Usage Examples
Basic Task Management
Real-time Monitoring
Time & Cost Tracking ⭐ NEW!
Project Context
Template-System Usage ⭐ NEW!
Available Templates
standard: Basic BMAD project with full structure
web-app: Frontend/Backend with React/Vue/Angular support
api: REST/GraphQL APIs with OpenAPI documentation
mobile: React Native/Flutter cross-platform apps
data-science: ML/Jupyter with notebooks and data pipelines
infrastructure: Docker/Terraform/Kubernetes deployments
Simulation & Testing
Advanced Time Tracking Workflows ⭐ NEW!
🏗️ Architecture
🔧 Configuration
Environment Variables
Agent Configuration
Each agent can be customized via configuration files:
🐳 Docker Deployment
🧪 Testing
📚 Documentation
BMAD Workflow System - Complete workflow implementation guide ⭐ NEW!
API Reference - Complete tool documentation
Agent Guide - Working with specialized agents
Task Management - Advanced task workflows
Quality Gates Guide - @qa commands and quality assurance ⭐ NEW!
Serena Integration - LSP-based code intelligence ⭐ NEW!
Project Setup - BMAD project configuration
Integration Guide - IDE setup instructions
Troubleshooting - Common issues and solutions
🤝 Contributing
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature
)Commit your changes (
git commit -m 'Add amazing feature'
)Push to the branch (
git push origin feature/amazing-feature
)Open a Pull Request
See CONTRIBUTING.md for detailed guidelines.
📈 Roadmap
✅ Recently Completed (v2.1)
Time & Cost Tracking System: Precise project billing with AI cost calculation ⭐ NEW!
BMAD-METHOD Workflow System: Complete workflow implementation with intelligent orchestration
Quality Gates System: All 6 @qa commands (*risk, *design, *trace, *nfr, *review, *gate)
Serena Bridge Agent: LSP-based semantic code intelligence integration
Agent Coordination: 6-agent ecosystem with smart routing and collaboration
Template-System: 6 standardized project templates
Auto-Discovery: Automatic project detection and integration
Migration Tools: Legacy project migration to BMAD v2.0
Standardized Structure: Unified
.bmad-core/
project layout
🔄 In Progress (v2.2)
Workflow Automation: Advanced automation rules and triggers
Multi-Project Workflows: Cross-project dependency management
Enhanced Analytics: Workflow performance insights and optimization
Custom Quality Gates: User-definable quality criteria and checks
🚀 Planned Features (v3.0)
Web Dashboard: Browser-based workflow management interface
Team Collaboration: Multi-user project support with role-based access
Enterprise Workflows: Advanced enterprise features and compliance
Serena Enhancements: Multi-language LSP support and AI-assisted refactoring
Plugin System: Custom agent and quality gate development
Mobile App: Companion mobile application for workflow monitoring
Template Marketplace: Community-driven template sharing platform
🔐 Security
All API keys managed via environment variables
No secrets stored in code or configuration files
Secure MCP protocol communication
Optional token rotation and audit logging
See SECURITY.md for security guidelines.
📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
💬 Support
Documentation: docs/
Issues: GitHub Issues
Discussions: GitHub Discussions
🙏 Acknowledgments
Model Context Protocol - For the excellent MCP specification
OpenRouter - For multi-model API access
Notion - For database integration capabilities
Made with ❤️ for developers who love intelligent task management
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Provides intelligent agent routing with 5 specialized AI agents (analyst, architect, dev, pm, qa) through OpenRouter integration. Enables unified project structure across all IDEs with global registry management and automated BMAD methodology workflows.
Related MCP Servers
- AsecurityAlicenseAqualityProvides integration with OpenRouter.ai, allowing access to various AI models through a unified interface.Last updated -7060Apache 2.0
- AsecurityAlicenseAqualityFacilitates comprehensive architectural design and evaluation through specialized agents, rich resources, and powerful tools covering diverse architectural domains, including cloud, AI, and blockchain.
- AsecurityAlicenseAqualityAn AI router that connects applications to multiple LLM providers (OpenAI, Anthropic, Google, DeepSeek, Ollama, etc.) with smart model orchestration capabilities, enabling dynamic switching between models for different reasoning tasks.Last updated -31221MIT License
- -securityAlicense-qualityA 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).Last updated -4MIT License