Skip to main content
Glama

RabbitMQ MCP Server

RabbitMQ MCP 서버

RabbitMQ용 모델 컨텍스트 프로토콜( MPP) 서버 구현. MCP 클라이언트가 RabbitMQ 인스턴스에 호스팅된 큐 및 토픽과 상호 작용할 수 있도록 합니다.

Claude 데스크톱 앱을 사용하여 로컬로 실행

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 RabbitMQ MCP 서버를 자동으로 설치하려면:

지엑스피1

온라인으로 시도해보세요

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