Skip to main content
Glama

RabbitMQ MCP Server

RabbitMQ MCP 服务器

RabbitMQ 的模型上下文协议 (MCP)服务器实现。使 MCP 客户端能够与 RabbitMQ 实例中托管的队列和主题进行交互。

使用 Claude 桌面应用程序在本地运行

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 RabbitMQ MCP 服务器:

npx -y @smithery/cli install @kenliao94/mcp-server-rabbitmq --client claude

在线尝试

https://smithery.ai/server/@kenliao94/mcp-server-rabbitmq

手动安装

  1. 克隆此存储库。
  2. 将以下内容添加到您的claude_desktop_config.json文件中:
  • 在 MacOS 上: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • 在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "rabbitmq": { "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>" ] } } }
  1. 安装并打开Claude 桌面应用程序
  2. 尝试让 Claude 执行某种读/写操作来确认设置(例如,让它将消息发布到队列)。如果出现问题,请使用 MCP 文档中提供的调试工具(此处)。
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

模型上下文协议服务器实现使 Claude 能够与 RabbitMQ 消息队列和主题进行交互,从而允许对 RabbitMQ 实例进行读/写操作。

  1. 使用 Claude 桌面应用程序在本地运行
    1. 通过 Smithery 安装
    2. 在线尝试
    3. 手动安装

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
    Last updated -
    10
    322
    28
    JavaScript
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.
    Last updated -
    Python
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that allows Claude Desktop to manage and execute tasks in a queue-based system, supporting planning, execution, and completion phases.
    Last updated -
    322
    2
    TypeScript
    MIT License
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kenliao94/mcp-server-rabbitmq'

If you have feedback or need assistance with the MCP directory API, please join our Discord server