mcp -rabbitmq
MCP server for interacting with RabbitMQ
claude mcp add kenliao94-mcp-server-rabbitmq
How to use
The MCP server described by this README indicates it has been re-homed to the Amazon MQ MCP server for RabbitMQ. This document does not include details on the specific tools, endpoints, or capabilities exposed by the server. To use it effectively, consult the re-homed repository at https://github.com/amazon-mq/mcp-server-rabbitmq for information on how to start the server, what RPC/REST interfaces are available, and how to publish or subscribe to RabbitMQ-related MCP events. In a typical MCP server workflow, you would deploy the server in your environment, configure any required connections to your RabbitMQ broker, and then use the provided MCP endpoints to manage adapters, informers, or connections as defined by the Amazon MQ MCP server implementation.
How to install
Note: The README provided for this MCP server only mentions that the project has been re-homed to a new repository. Follow these general steps to install once you reference the re-homed repository:
- Prerequisites:
- Ensure you have your preferred runtime installed (e.g., Node.js, Python, Java) as required by the re-homed project.
- Access to a RabbitMQ broker if required by the server.
- Clone the re-homed repository:
- Install dependencies:
- Navigate to the project directory and run the appropriate install command (e.g., npm install, pip install -r requirements.txt, or mvn install) as specified by the re-homed repo.
- Configure environment variables and configuration files as documented in the re-homed repository.
- Run the server using the command and environment setup recommended by the new repository (e.g., npx, node, python, or docker commands provided there).
- Verify the server starts correctly and the MCP endpoints are reachable as described in the re-homed repository.
Additional notes
This entry lacks concrete deployment or usage details in the provided README. The authoritative instructions and capabilities live in the re-homed repository: https://github.com/amazon-mq/mcp-server-rabbitmq. Typical issues when migrating include mismatched environment variable names, dependency versions, and endpoint changes. Ensure you follow the exact setup steps in the new repository and adjust any local environment variables accordingly.
Related MCP Servers
mcp-vegalite
MCP server from isaacwasserman/mcp-vegalite-server
github-chat
A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.
nautex
MCP server for guiding Coding Agents via end-to-end requirements to implementation plan pipeline
pagerduty
PagerDuty's official local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account directly from your MCP-enabled client.
futu-stock
mcp server for futuniuniu stock
mcp -boilerplate
Boilerplate using one of the 'better' ways to build MCP Servers. Written using FastMCP