Integrations
Enables interaction with queues and topics hosted in a RabbitMQ instance, allowing publishing and consuming messages through the message broker.
Сервер RabbitMQ MCP
Реализация сервера Model Context Protocol для RabbitMQ. Позволяет клиенту MCP взаимодействовать с очередями и темами, размещенными в экземпляре RabbitMQ.
Запуск локально с помощью настольного приложения Claude
Установка через Smithery
Чтобы автоматически установить RabbitMQ MCP Server для Claude Desktop через Smithery :
Попробуйте онлайн
https://smithery.ai/server/@kenliao94/mcp-server-rabbitmq
Ручная установка
- Клонируйте этот репозиторий.
- Добавьте следующее в файл
claude_desktop_config.json
:
- В MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- В Windows:
%APPDATA%/Claude/claude_desktop_config.json
- Установите и откройте приложение Claude для рабочего стола .
- Попробуйте попросить Клода выполнить операцию чтения/записи для подтверждения настройки (например, попросить его опубликовать сообщение в очереди). Если возникнут проблемы, используйте инструменты отладки, представленные в документации MCP здесь .
Дорожная карта
- Инструменты API администратора Expose и инструменты SDK pika
- Поддержка потокового HTTP, когда это GA в Python SDK
- Поддержка OAuth 2.1 и использование его с RabbitMQ OAuth
Разработка
Настройка среды разработки
Проведение тестов
Качество кода
В этом проекте для линтинга и форматирования используется ruff:
Лицензия
Данный проект лицензирован в соответствии с лицензией Apache License 2.0 — подробности см. в файле LICENSE.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Реализация сервера Model Context Protocol, которая позволяет Клоду взаимодействовать с очередями сообщений и темами RabbitMQ, позволяя выполнять операции чтения/записи на экземпляре RabbitMQ.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityModel 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 -1032228JavaScriptMIT License
- -securityFlicense-qualityA 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
- -securityFlicense-qualityA 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
- -securityAlicense-qualityA 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 -3222TypeScriptMIT License