MCP.so
登录

rabbitmq-mcp

@kmitchell

关于 rabbitmq-mcp

An MCP server for RabbitMQ HTTP API.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

kmitchell

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "rabbitmq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rabbitmq-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is rabbitmq-mcp?

rabbitmq-mcp is a Model Context Protocol (MCP) server that exposes the full RabbitMQ HTTP API as tools for MCP clients. It allows users to manage RabbitMQ queues, messages, and vhosts through natural language commands given to MCP-enabled AI agents like Claude Desktop or Cursor.

How to use rabbitmq-mcp?

Install globally via npm install -g rabbitmq-mcp or run with npx -y rabbitmq-mcp. Set required environment variables (RABBITMQ_HOST, RABBITMQ_USERNAME, RABBITMQ_PASSWORD, RABBITMQ_MANAGEMENT_PORT, RABBITMQ_PROTOCOL) and optionally TLS credentials. Configure an MCP client (e.g., Claude Desktop) with stdio transport using the provided JSON example. The RabbitMQ management plugin must be enabled on your instance.

Key features of rabbitmq-mcp

  • Exposes full RabbitMQ HTTP API as MCP tools
  • Enables natural‑language management of queues and vhosts
  • Supports TLS/HTTPS with optional certificate verification
  • Operates locally via stdio transport (remote support planned)
  • Flexible configuration via environment variables

Use cases of rabbitmq-mcp

  • Check message counts and move messages between queues
  • Purge dead‑letter queues on demand
  • Monitor and respond to alarms in production vhosts
  • Automate RabbitMQ management tasks via AI agents

FAQ from rabbitmq-mcp

What prerequisites are needed to use rabbitmq-mcp?

You must have the RabbitMQ management plugin enabled. Connection details (host, credentials, port, protocol) must be provided as environment variables.

Does rabbitmq-mcp support remote or cloud connections?

Currently only local stdio execution is supported. Remote functionality via SSE/streaming is planned for a future update.

What environment variables are required to configure rabbitmq-mcp?

Required: RABBITMQ_HOST, RABBITMQ_USERNAME, RABBITMQ_PASSWORD, RABBITMQ_MANAGEMENT_PORT. Optional: RABBITMQ_PROTOCOL (default https), and TLS certificate paths or PEM strings.

Why use rabbitmq-mcp instead of

评论

其他 分类下的更多 MCP 服务器