🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage. ⭐ Star to support our work❤️!
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rocketmq-rust": {
"command": "cargo",
"args": [
"run",
"--",
"rocketmq-rust"
]
}
}
}
Run in terminal:
claude mcp add rocketmq-rust cargo run -- rocketmq-rust
Add to .cursor/mcp.json:
{
"mcpServers": {
"rocketmq-rust": {
"command": "cargo",
"args": [
"run",
"--",
"rocketmq-rust"
]
}
}
}