BMAD MCP Server
A Model Context Protocol (MCP) server that bridges BMAD agents with GitHub Copilot, enabling AI-assisted development workflows through specialized agent tools and prompts.
README
BMAD MCP Server
A Model Context Protocol (MCP) server that bridges BMAD (Breakthrough Method of Agile AI-driven Development) agents with GitHub Copilot, enabling AI-assisted development workflows through specialized agent tools and prompts.
What is BMAD?
BMAD is a comprehensive AI-driven development methodology featuring specialized agents for different aspects of software development, including:
- Core Agents: Master orchestration and task execution
- Builder Module: Agent and workflow creation/maintenance
- Game Development: Specialized game development agents
- Methodology Module: Full software development lifecycle agents
- Creative Innovation: Design thinking and creative problem-solving
Prerequisites
- Node.js 20.0.0 or higher
- VS Code with GitHub Copilot extension
- BMAD Repository cloned locally
- MCP Support in VS Code (available in recent versions)
Quick Start
1. Clone and Setup BMAD Repository
git clone https://github.com/bmad-code-org/BMAD-METHOD.git
cd BMAD-METHOD
npm install
2. Build the MCP Server
cd mcp-server
npm install
npm run build
3. Configure VS Code
Add the following to your VS Code settings.json (accessible via Cmd/Ctrl + Shift + P → "Preferences: Open Settings (JSON)"):
{
"mcp.servers": {
"bmad": {
"command": "node",
"args": [
"/absolute/path/to/BMAD-MCP-Server/mcp-server/build/index.js"
],
"env": {
"BMAD_PROJECT_ROOT": "/absolute/path/to/BMAD-METHOD"
},
"disabled": false,
"autoApprove": []
}
}
}
Important:
- Replace
/absolute/path/to/BMAD-MCP-Serverwith the path to this MCP server repository - Set
BMAD_PROJECT_ROOTenvironment variable to point to your BMAD repository - If not set, it defaults to looking in the parent directory
4. Reload VS Code
Use Cmd/Ctrl + Shift + P → "Developer: Reload Window" to apply the configuration.
5. Verify Installation
Open GitHub Copilot Chat and ask:
"What tools are available from the bmad server?"
You should see a list of 50+ BMAD agent tools.
Available Tools
Core Agents
bmad_master_list_tasks- List available tasksbmad_master_list_workflows- List available workflowsbmad_master_party_mode- Group chat with all agentsbmad_orchestrator_*- Orchestration and agent management tools
Builder Tools
bmad_builder_create_agent- Create new BMAD agentsbmad_builder_edit_agent- Edit existing agentsbmad_builder_validate_workflow- Validate workflows
Development Tools
architect_create_architecture- Create architecture documentsarchitect_create_excalidraw_diagram- Generate system diagramsdev_*- Development workflow toolsanalyst_*- Analysis and requirements tools
Game Development
game_architect_*- Game architecture toolsgame_designer_*- Game design toolsgame_dev_*- Game development tools
Creative & Innovation
brainstorming_coach_*- Creative ideation toolsdesign_thinking_coach_*- Design thinking facilitationinnovation_strategist_*- Innovation planning tools
Available Prompts
Load agent personas as system prompts:
bmad_master- Master task executor and workflow orchestratorarchitect- System architect and technical design leadergame_designer- Game design specialistanalyst- Requirements and data analysis expertdev- Software development engineer- And 15+ more specialized agent prompts
Usage Examples
Using Tools
"Run the architect_create_architecture tool to create an architecture document"
"Use the bmad_master_list_tasks tool"
"Execute architect implementation readiness check"
Loading Prompts
"Load the architect prompt and help me design a microservices architecture"
"Use the game_designer persona to review my game concept"
"Load bmad_master and show me available workflows"
Interactive Workflow
1. "Load the architect prompt"
2. "Create an architecture document for my e-commerce platform"
3. "Run the architect_create_excalidraw_diagram tool"
4. "Validate the architecture with architect_validate_architecture"
Troubleshooting
Server Not Connecting
- Check Path: Ensure the path in
settings.jsonis correct and absolute - Build Status: Verify
npm run buildcompleted successfully - Node Version: Ensure Node.js 20+ is installed
- VS Code Version: Update to latest VS Code with MCP support
Tools Not Appearing
- Reload Window: Use "Developer: Reload Window"
- Restart VS Code: Completely close and reopen
- Check Output: Look for MCP errors in VS Code's Output panel
- Verify Configuration: Ensure JSON syntax is valid in settings.json
Permission Issues
- Ensure the MCP server has read access to the BMAD repository
- Check that Node.js can execute the built index.js file
Development Mode
For development and debugging:
npm run dev # Runs with ts-node for live reloading
Architecture
The MCP server:
- Scans all
*.agent.yamland*.agent.xmlfiles in the BMAD repository - Parses agent definitions and their menu items
- Exposes menu triggers as MCP tools
- Provides agent personas as MCP prompts
- Executes BMAD workflows and actions through the tool interface
Contributing
- Agent definitions are in
src/core/agents/andsrc/modules/*/agents/ - Add new menu items to agent YAML files to create new tools
- Update agent personas to modify prompt behavior
- Test changes by rebuilding and reloading VS Code
License
MIT License - See BMAD repository LICENSE file.
Support
- Issues: Report bugs in the BMAD repository
- Documentation: See main BMAD docs for agent capabilities
- Community: Join BMAD discussions for best practices
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.