Skip to main content
Glama
kenliao94

RabbitMQ MCP Server

by kenliao94

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 설명서 (여기) 에 제공된 디버깅 도구를 사용하세요.

Related MCP Connectors

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A Model Context Protocol server that enables Claude to interact with Mattermost instances, supporting post management, channel operations, user management, and reaction management.
    10 npm
    1
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A customizable Model Context Protocol server built with mcp-framework that enables Claude to access external tools and capabilities through a standardized interface.
    78 npm
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server built with mcp-framework that allows users to integrate RabbitMQ messaging capabilities with Claude AI.
    144 npm
    MIT