blue-matador-mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@blue-matador-mcp-serverShow me active Bluematador alerts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bluematador MCP Server
Connect your Bluematador monitoring to Claude Desktop and Claude Code securely with your credentials stored locally.
🚀 Quick Start
Requirements
Node.js: 16.x or higher
Installation
Install the Bluematador MCP server as an npm package:
npm install -g blue-matador-mcp-serverConfiguration
Get your API Key and Account ID from Bluematador Settings → API Keys
Open Claude Desktop → Settings → Developer → Edit Config
Add the Bluematador MCP server to your configuration:
{
"mcpServers": {
"bluematador": {
"command": "bluematador-mcp-server",
"env": {
"BLUEMATADOR_API_KEY": "your-api-key-here",
"BLUEMATADOR_ACCOUNT_ID": "your-account-id-here"
}
}
}
}Save the file and restart Claude Desktop
Related MCP server: Komodo MCP Server
🖥️ Compatibility
✅ Works With
Claude Desktop (macOS, Windows, Linux)
Claude Code (CLI tool)
Claude Dev (VS Code extension)
❌ Does Not Work With
Claude Web (claude.ai)
ChatGPT or other AI platforms
✨ What You Can Do
Ask Claude to help with your Bluematador monitoring using natural language:
🔗 Cloud Integration Management
Set up and manage AWS/Azure monitoring
Enable, disable, or update integrations
View integration status and troubleshoot issues
📊 Monitoring & Alerts
Check active alerts and events in real-time
Query historical monitoring data
Get infrastructure health summaries
View metrics and performance data
🔕 Alert Management
Create mute rules for specific alerts or resources
Mute monitors by service type (SQS, RDS, EC2, etc.)
Use wildcard patterns for bulk operations
Control alert visibility and notifications
🔔 Notification Setup
Configure Email, PagerDuty, OpsGenie
Set up AWS SNS, VictorOps, SquadCast
Manage ServiceNow integrations
Control alert severity levels
👥 Team & Project Management
Invite team members
Manage user permissions
Organize monitoring by projects
📚 Documentation
API Reference - Complete tool reference
🔒 Security & Privacy
Per-user credentials - Each user provides their own API keys in their local configuration
Direct API calls - All requests go directly to Bluematador's API
HTTPS only - All connections are encrypted
Audit trail - All actions logged in your Bluematador account
💡 Example Usage
Once connected, use natural language with Claude:
You: "Show me active Bluematador alerts"
You: "Create a mute rule for all SQS monitors in us-east-1"
You: "List my AWS integrations"
You: "Invite john@company.com as an admin"
You: "What EC2 instances have high CPU?"🛠️ For Developers
If you want to contribute or run the server locally for development, see DEV-README.md
📄 License
MIT License - see LICENSE for details
🆘 Support
Issues: GitHub Issues
Documentation: Bluematador Docs
MCP Protocol: Model Context Protocol
Made with ❤️ by Bluematador
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/bluematador/blue-matador-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server