Back to Home
mkellerman icon

bmad-mcp-server

Verified Safe

by mkellerman

Overview

Provides AI assistants with access to a comprehensive software development methodology (BMAD) including specialized agents, automated workflows, and resources through the Model Context Protocol.

Installation

Run Command
npx -y bmad-mcp-server

Environment Variables

  • BMAD_ROOT
  • DEBUG
  • NODE_ENV

Security Notes

The server's core functionality involves cloning Git repositories from arbitrary URLs specified by the user or CLI arguments. While Git operations are handled with proper path sanitization (e.g., using `path.join`), the content of these remote repositories is not inherently trusted. However, the execution model of BMAD agents within this server is to generate text-based prompts and instructions for an LLM, rather than executing arbitrary code from the loaded content directly within the Node.js process, which mitigates direct code execution risks. No use of `eval` or similar dynamic code execution found. No hardcoded production secrets identified.

Similar Servers

Stats

Interest Score58
Security Score7
Cost ClassHigh
Avg Tokens1500
Stars41
Forks6
Last Update2025-12-08

Tags

mcpai-agentsbmadworkflowdeveloper-toolscligit-integrationtypescriptnodejs