rabbitmq-mcp
@kmitchell
rabbitmq-mcp について
An MCP server for RabbitMQ HTTP API.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"rabbitmq-mcp": {
"command": "npx",
"args": [
"-y",
"rabbitmq-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is rabbitmq-mcp?
rabbitmq-mcp is a Model Context Protocol (MCP) server that exposes the full RabbitMQ HTTP API as tools for MCP clients. It allows users to manage RabbitMQ queues, messages, and vhosts through natural language commands given to MCP-enabled AI agents like Claude Desktop or Cursor.
How to use rabbitmq-mcp?
Install globally via npm install -g rabbitmq-mcp or run with npx -y rabbitmq-mcp. Set required environment variables (RABBITMQ_HOST, RABBITMQ_USERNAME, RABBITMQ_PASSWORD, RABBITMQ_MANAGEMENT_PORT, RABBITMQ_PROTOCOL) and optionally TLS credentials. Configure an MCP client (e.g., Claude Desktop) with stdio transport using the provided JSON example. The RabbitMQ management plugin must be enabled on your instance.
Key features of rabbitmq-mcp
- Exposes full RabbitMQ HTTP API as MCP tools
- Enables natural‑language management of queues and vhosts
- Supports TLS/HTTPS with optional certificate verification
- Operates locally via stdio transport (remote support planned)
- Flexible configuration via environment variables
Use cases of rabbitmq-mcp
- Check message counts and move messages between queues
- Purge dead‑letter queues on demand
- Monitor and respond to alarms in production vhosts
- Automate RabbitMQ management tasks via AI agents
FAQ from rabbitmq-mcp
What prerequisites are needed to use rabbitmq-mcp?
You must have the RabbitMQ management plugin enabled. Connection details (host, credentials, port, protocol) must be provided as environment variables.
Does rabbitmq-mcp support remote or cloud connections?
Currently only local stdio execution is supported. Remote functionality via SSE/streaming is planned for a future update.
What environment variables are required to configure rabbitmq-mcp?
Required: RABBITMQ_HOST, RABBITMQ_USERNAME, RABBITMQ_PASSWORD, RABBITMQ_MANAGEMENT_PORT. Optional: RABBITMQ_PROTOCOL (default https), and TLS certificate paths or PEM strings.
Why use rabbitmq-mcp instead of
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント