remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Enables interaction with queues and topics hosted in a RabbitMQ instance, allowing publishing and consuming messages through the message broker.
RabbitMQ MCP 服务器
RabbitMQ 的模型上下文协议 (MCP)服务器实现。使 MCP 客户端能够与 RabbitMQ 实例中托管的队列和主题进行交互。
使用 Claude 桌面应用程序在本地运行
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 RabbitMQ MCP 服务器:
Copy
手动安装
- 克隆此存储库。
- 将以下内容添加到您的
claude_desktop_config.json
文件中:
- 在 MacOS 上:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- 在 Windows 上:
%APPDATA%/Claude/claude_desktop_config.json
Copy
- 安装并打开Claude 桌面应用程序。
- 尝试让 Claude 执行某种读/写操作来确认设置(例如,让它将消息发布到队列)。如果出现问题,请使用 MCP 文档中提供的调试工具(此处)。
This server cannot be installed
模型上下文协议服务器实现使 Claude 能够与 RabbitMQ 消息队列和主题进行交互,从而允许对 RabbitMQ 实例进行读/写操作。