Skip to main content
Glama

BMAD MCP Server

by Dali1789
RELEASE_NOTES_v2.0.mdβ€’5.35 kB
# πŸš€ BMAD MCP Server v2.0 ## ⭐ Hauptfeatures ### 🎨 **Template-System** **Brandneues Feature fΓΌr standardisierte Projekt-Erstellung!** - **6 Projekt-Templates verfΓΌgbar:** - `standard`: Basis BMAD-Projekt mit vollstΓ€ndiger Struktur - `web-app`: Frontend/Backend mit React/Vue/Angular Support - `api`: REST/GraphQL APIs mit OpenAPI-Dokumentation - `mobile`: React Native/Flutter Cross-Platform Apps - `data-science`: ML/Jupyter mit Notebooks und Data Pipelines - `infrastructure`: Docker/Terraform/Kubernetes Deployments ### πŸ“ **Standardisierte Projektstrukturen** - **Einheitliche `.bmad-core/` Verzeichnisse** fΓΌr alle Projekte - **Vordefinierte Ordnerstrukturen:** agents/, workflows/, integrations/, quality-gates/ - **Automatische Konfiguration:** Sofort produktive Projekte ohne Setup - **Universal kompatibel:** Funktioniert mit allen IDEs und Tools ### πŸ” **Auto-Discovery System** - **Automatische Projekt-Erkennung:** Findet neue .bmad-core Verzeichnisse - **Background-Monitoring:** Scannt alle 5 Minuten nach neuen Projekten - **Intelligente Typ-Erkennung:** Erkennt Web-Apps, APIs, Mobile Apps automatisch - **Registry-Integration:** Neue Projekte werden automatisch registriert ### πŸ”„ **Migration-Tools** - **Legacy-Projekt-Migration:** Migriert bestehende Projekte auf BMAD v2.0 - **Backup-System:** Automatische Backups vor Migration - **RΓΌckwΓ€rtskompatibilitΓ€t:** ErhΓ€lt bestehende Konfigurationen - **Zero-Downtime:** Nahtlose Migration ohne Datenverlust ## πŸ› οΈ **Neue MCP Tools (4 Tools)** ### Projekt-Template-Management - `bmad_create_project`: Erstelle neues Projekt mit Template - `bmad_list_project_templates`: Zeige verfΓΌgbare Templates - `bmad_get_project_template_info`: Detaillierte Template-Information - `bmad_migrate_project_to_standard`: Migriere bestehende Projekte ## πŸ“Š **Beispiel-Nutzung** ```python # VerfΓΌgbare Templates anzeigen bmad_list_project_templates() # Neues Web-App Projekt erstellen bmad_create_project( project_path="./meine-web-app", template="web-app", name="Meine Web Application", description="Moderne React-basierte Webanwendung" ) # Bestehendes Projekt migrieren bmad_migrate_project_to_standard( project_path="./legacy-projekt", backup=True ) ``` ## πŸ—οΈ **Projekt-Struktur** Alle neuen BMAD-Projekte folgen dieser standardisierten Struktur: ``` mein-projekt/ β”œβ”€β”€ .bmad-core/ # 🎯 BMAD Konfiguration β”‚ β”œβ”€β”€ project.yaml # Projekt-Metadaten & Konfiguration β”‚ β”œβ”€β”€ tasks/ # Task-Definitionen & Templates β”‚ β”œβ”€β”€ agents/ # Agent-spezifische Konfigurationen β”‚ β”œβ”€β”€ workflows/ # Automatisierte Workflows (CI/CD, Review) β”‚ β”œβ”€β”€ integrations/ # Service-Integrationen (Notion, Slack, Git) β”‚ β”œβ”€β”€ quality-gates/ # QualitΓ€tskontrolle (Linting, Testing, Security) β”‚ └── memory/ # Projekt-Memory & Entscheidungsdokumentation β”œβ”€β”€ docs/ # πŸ“š Dokumentation (setup/, api/, architecture/) β”œβ”€β”€ src/ # πŸ’» Source Code β”œβ”€β”€ tests/ # πŸ§ͺ Tests β”œβ”€β”€ config/ # βš™οΈ Konfigurationsdateien β”œβ”€β”€ scripts/ # πŸ”§ Utility Scripts β”œβ”€β”€ assets/ # 🎨 Medien & Design Assets └── README.md # πŸ“‹ Projekt-Overview ``` ## πŸ’‘ **Vorteile** ### FΓΌr Entwickler - **Sofortige Orientierung:** Jedes BMAD-Projekt hat gleiche Struktur - **Zero-Setup:** Neue Projekte sind sofort produktiv - **Konsistenz:** Einheitliche Erfahrung ΓΌber alle Projekte - **Tool-Integration:** IDEs erkennen Struktur automatisch ### FΓΌr Teams - **Standardisierung:** Alle folgen gleichen Konventionen - **Onboarding:** Neue Teammitglieder finden sich sofort zurecht - **Collaboration:** Einheitliche Workflows und Strukturen - **Skalierbarkeit:** Einfache Erweiterung um neue Projekt-Typen ### FΓΌr Wartung - **Automatisierung:** Weniger manuelle Konfiguration - **QualitΓ€t:** Vordefinierte Quality Gates und Workflows - **Dokumentation:** Standardisierte Dokumentationsstrukturen - **Migration:** Einfache Updates auf neue BMAD-Versionen ## πŸ”§ **Technische Details** - **Python 3.8+ KompatibilitΓ€t** - **MCP Protocol v1.1** Support - **6 Vordefinierte Templates** mit Erweiterbarkeit - **Cross-Platform:** Windows, macOS, Linux - **IDE-Universal:** Claude Code, VS Code, Cursor, etc. ## 🎯 **Migration von v1.x** Bestehende BMAD-Projekte kΓΆnnen nahtlos migriert werden: ```python # Automatische Migration mit Backup bmad_migrate_project_to_standard( project_path="./mein-altes-projekt", backup=True # Erstellt automatisch Backup ) ``` Die Migration behΓ€lt alle bestehenden Konfigurationen und erweitert sie um die neue Standardstruktur. ## πŸ“ˆ **Performance** - **Schnellere Projekt-Erstellung:** Template-basiert statt manuell - **Automatische Registrierung:** Keine manuelle Registry-Verwaltung - **Background-Discovery:** Findet neue Projekte automatisch - **Optimierte Struktur:** Bessere Tool-Performance durch Standards --- **BMAD v2.0 macht Projekt-Management noch einfacher, konsistenter und professioneller!** πŸš€ VollstΓ€ndige Dokumentation: [GitHub Repository](https://github.com/Dali1789/bmad-mcp-server)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dali1789/bmad-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server