#!/bin/bash
# Smithery run script for Brevo MCP
echo "š Running Brevo MCP with Smithery..."
# Check if build exists
if [ ! -f "build/index.js" ]; then
echo "šØ Building project first..."
npm run build
if [ $? -ne 0 ]; then
echo "ā Build failed"
exit 1
fi
fi
# Run with Smithery
node scripts/start-smithery.js "$@"
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/samihalawa/brevo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server