Skip to main content
Glama

RabbitMQ MCP Server

Сервер RabbitMQ MCP

Реализация сервера Model Context Protocol для RabbitMQ. Позволяет клиенту MCP взаимодействовать с очередями и темами, размещенными в экземпляре RabbitMQ.

Запуск локально с помощью настольного приложения Claude

Установка через Smithery

Чтобы автоматически установить RabbitMQ MCP Server для Claude Desktop через Smithery :

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. Попробуйте попросить Клода выполнить операцию чтения/записи для подтверждения настройки (например, попросить его опубликовать сообщение в очереди). Если возникнут проблемы, используйте инструменты отладки, представленные в документации MCP здесь .

Дорожная карта

  1. Инструменты API администратора Expose и инструменты SDK pika
  2. Поддержка потокового HTTP, когда это GA в Python SDK
  3. Поддержка OAuth 2.1 и использование его с RabbitMQ OAuth

Разработка

Настройка среды разработки

# Clone the repository git clone https://github.com/kenliao94/mcp-server-rabbitmq.git cd mcp-server-rabbitmq # Install pre-commit hooks pre-commit install

Проведение тестов

pytest

Качество кода

В этом проекте для линтинга и форматирования используется ruff:

# Run linter ruff check . # Run formatter ruff format .

Лицензия

Данный проект лицензирован в соответствии с лицензией Apache License 2.0 — подробности см. в файле LICENSE.

-
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.

Реализация сервера Model Context Protocol, которая позволяет Клоду взаимодействовать с очередями сообщений и темами RabbitMQ, позволяя выполнять операции чтения/записи на экземпляре RabbitMQ.

  1. Запуск локально с помощью настольного приложения Claude
    1. Установка через Smithery
    2. Попробуйте онлайн
    3. Ручная установка
  2. Дорожная карта
    1. Разработка
      1. Настройка среды разработки
      2. Проведение тестов
      3. Качество кода
    2. Лицензия

      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