rabbitmq-mcp

rabbitmq-mcp

0

rabbitmq-mcp is an MCP server designed for interacting with RabbitMQ. It enables users to manage RabbitMQ features using standardized MCP requests. The server requires local installation and environment variable configuration for connections.

rabbitmq-mcp

A Model Context Protocol (MCP) server for RabbitMQ, enabling interactions with RabbitMQ through MCP clients. This server provides features from the official RabbitMQ HTTP API and illustrates requests such as managing queues and alarms.

Installation

  • Install via npm or npx.

Environment Variables

Configure RabbitMQ connections using variables like host, username, and password. Secure connections with TLS/HTTPS options.

MCP Client Configuration Example

Clients like Claude and Cursor can be configured for RabbitMQ using stdio a connection locally. Remote functionality is under development.