RocketMQ
A server for interacting with Apache RocketMQ, a distributed messaging and streaming platform, requiring environment variables for configuration.
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 Servers
Slack MCP Server
A Slack integration server that allows natural language interaction with the Slack API within the Cursor IDE.
Google Meet MCP Server
An MCP server for interacting with Google Meet through the Google Calendar API.
Human-in-the-Loop
Allows AI assistants to ask questions to humans via Discord.
Upbit MCP Server
Access market data, manage accounts, and execute trades on the Upbit Cryptocurrency Exchange via its OpenAPI.
Email Processing
An email processing server that uses MongoDB for semantic search and SQLite for efficient storage and retrieval.
User Feedback
Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.
Bluesky
integrates with Bluesky API to query and search feeds and posts.
Tldv
Connect your AI agents to Google-Meet, Zoom & Microsoft Teams through tl;dv
LnExchange MCP Node Service
A Node.js service for interacting with the LnExchange API for spot trading.
MCP Headless Gmail Server
A headless server to get and send emails via the Gmail API, requiring Google API credentials at runtime.