Skip to main content
Glama

BMAD MCP Server

by Dali1789
karma.conf.jsโ€ข749 B
module.exports = function(config) { config.set({ frameworks: [ 'mocha' ] , files: [ 'chai.js' , 'test/bootstrap/index.js' , 'test/*.js' ] , reporters: [ 'progress' ] , colors: true , logLevel: config.LOG_INFO , autoWatch: false , browsers: [ 'HeadlessChrome' ] , customLaunchers: { HeadlessChrome: { base: 'ChromeHeadless' , flags: [ '--no-sandbox',] , } , } , browserDisconnectTimeout: 10000 , browserDisconnectTolerance: 2 , browserNoActivityTimeout: 20000 , singleRun: true }); switch (process.env.CHAI_TEST_ENV) { case 'sauce': require('./karma.sauce')(config); break; default: // ... break; }; };

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