Skip to main content
Glama
install-local-mcp.sh•885 B
#!/bin/bash # Local installation script for Brevo MCP echo "šŸ”§ Installing Brevo MCP locally..." # Install dependencies echo "šŸ“¦ Installing dependencies..." npm install # Build the project echo "šŸ”Ø Building project..." npm run build # Make scripts executable chmod +x scripts/*.js chmod +x scripts/*.sh # Link globally for local testing echo "šŸ”— Linking package globally..." npm link echo "āœ… Brevo MCP installed locally" echo "" echo "You can now use:" echo " brevo-mcp # Run MCP server directly" echo " brevo-mcp-smithery # Run with Smithery launcher" echo " npm run smithery # Run from project directory" echo "" echo "Don't forget to set your environment variables:" echo " export BREVO_API_KEY='your-api-key'" echo " export BREVO_DEFAULT_SENDER_EMAIL='your-email@domain.com'" echo " export BREVO_DEFAULT_SENDER_NAME='Your Name'"

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