A [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) server implementation for RabbitMQ operation.
mcpServer
{"mcpServers": {"rabbitmq": {"command": "uvx", "args": ["mcp-server-rabbitmq@latest", "--rabbitmq-host", "<hostname ex. test.rabbit.com, localhost>", "--port", "<port number ex. 5672>", "--username", "<rabbitmq username>", "--password", "<rabbitmq password>", "--use-tls", "<true if uses amqps, false otherwise>"], "command": "uv", "args": ["--directory", "/path/to/repo/mcp-server-rabbitmq", "run", "mcp-server-rabbitmq", "--rabbitmq-host", "<hostname ex. test.rabbit.com, localhost>", "--port", "<port number ex. 5672>", "--username", "<rabbitmq username>", "--password", "<rabbitmq password>", "--use-tls", "<true if uses amqps, false otherwise>"]}}
uvx mcp-server-rabbitmq@latest --rabbitmq-host <hostname ex. test.rabbit.com, localhost> --port <port number ex. 5672> --username <rabbitmq username> --password <rabbitmq password> --use-tls <true if uses amqps, false otherwise>