You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,18 @@
3
3
4
4
A [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) server implementation for RabbitMQ. Enabling MCP client to interact with queues and topics hosted in a RabbitMQ instance.
5
5
6
+
## Features
7
+
8
+
### Manage your RabbitMQ message brokers using AI agent.
9
+
This MCP servers wraps admin APIs of a RabbitMQ broker as MCP tools. It also uses Pika to interact with RabbitMQ to operate at the message level. You can also specify a new RabbitMQ broker that you want to connect to, at runtime (default one is configured in the parameters passed to the MCP server).
10
+
11
+
### Supports streamable HTTP with FastMCP's `BearerAuthProvider`
12
+
You can start a remote RabbitMQ MCP server by configuring your own IdP and 3rd party authorization provider.
13
+
14
+
### Seamless integration with MCP client
15
+
The package is available on PyPI, you can use uvx without having to fork and build the MCP server locally first.
0 commit comments