Build

./build.sh

Run

start

java -jar target/rocketmq-mcp-server.jar

check

tigerweili@M4 ~ % curl http://127.0.0.1:6868/sse
id:8e323b3b-cb73-4b35-8ac5-172b453eae79
event:endpoint
data:sse

Use it

{
  "mcpServers": {
    "rocketmq-mcp": {
      "url": "http://your-rocketmq-mcp-server-ip:6868/sse",
      "env": {
        "NS_ADDR": "1.1.1.1:9876;2.2.2.2:9876", 
        "AK": "",
        "SK": ""
      }
    }
  }
}

NS_ADDR: name server address list
AK: access key
SK: secret key

Related in Communication - Secure MCP Servers

ServerSummaryActions
LnExchange MCP Node ServiceThis is a Node.js service for interacting with the LnExchange API, providing spot trading functional...View
Multi Chat MCP Server (Google Chat)Google Chat MCP Server is an open-source, production-ready Model Control Protocol (MCP) server desig...View
Speech MCP ServerA Model Context Protocol server that provides text-to-speech capabilities using the Kokoro TTS model...View
interactive-mcpView
Dixa MCP ServerA FastMCP server implementation for the Dixa API, providing resources and tools for managing convers...View
MCP-Pushover BridgeA Model Context Protocol (MCP) server that enables AI assistants to send push notifications via Push...View