mq-bridge-mcp
♥Cherished
MCP server use different messaging queues, streams and databases as send target / receive source
Clauded With Love Rating
7.4 / 10
mq-bridge-mcp is a Rust-based MCP server that connects AI assistants like Claude Desktop to messaging infrastructure including Kafka, RabbitMQ, databases, and APIs. It exposes messaging systems as Tools (publishers) and Resources (consumers) that LLMs can natively interact with through the Model Context Protocol.
Code Quality6.0
Usefulness8.5
Claude Usage7.0
Documentation7.5
Originality8.0
Highlights
- ✓Comprehensive protocol support covering major messaging systems (Kafka, AMQP, NATS, AWS SQS/SNS, MQTT) and databases
- ✓Clear separation of concerns with publishers for AI-to-system communication and consumers for system-to-AI data flow
- ✓Practical real-world use cases like incident response automation and log debugging with concrete configuration examples
To Improve
- →Add actual Rust source code implementation as the repository appears to only contain configuration examples and documentation
- →Include comprehensive error handling examples and validation for configuration files to prevent runtime failures