AI / ML|Development|ProductivityC++
rocketride-server
High-performance AI pipeline engine with a C++ core and 50+ Python-extensible nodes.
N/A rating (0 reviews)0 installs1,590 GitHub stars
AIpipelineC++PythonVS Code
RocketRide is an open-source data pipeline builder and runtime built for AI and ML workloads. It allows users to build, debug, and deploy production AI workflows without leaving their IDE.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rocketride-server": {
"args": [
"-y",
"rocketride"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.