rocketmq-mcp
RocketMQ is a distributed messaging queue system designed for high throughput and low latency. It employs a distributed architecture that ensures scalability and reliability. Supporting various messaging patterns, it is ideal for real-time data processing.
GitHub Stars
4
User Rating
Not Rated
Favorites
0
Views
26
Forks
1
Issues
0
README
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
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Related MCPs
discord-mcp
61
discord-mcp is a Java-based application that integrates with Discord servers to provide functionalities utilizing the Model Context Protocol (MCP). Users can retrieve server information through APIs and leverage tools that enhance communication efficiency. It serves as a valuable resource, especially for developers and community managers.