Skip to main content
Glama

RabbitMQ MCP Server

RabbitMQ MCP サーバー

RabbitMQ用のモデルコンテキストプロトコルサーバー実装。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