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
    A Model Context Protocol server that provides a seamless email management interface through Claude, allowing users to search, read, and send emails directly through natural language conversations.
    Last updated -
    4
    101
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables Claude to interact with Mattermost instances, supporting post management, channel operations, user management, and reaction management.
    Last updated -
    1
    1
    MIT License
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.
    Last updated -
    39
    • Apple
  • A
    security
    F
    license
    A
    quality
    A customizable Model Context Protocol server built with mcp-framework that enables Claude to access external tools and capabilities through a standardized interface.
    Last updated -
    39
    • 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