rocketride-server
High-performance AI pipeline engine with a C++ core and 50+ Python-extensible nodes. Build, debug, and scale LLM workflows with 13+ model providers, 8+ vector databases, and agent orchestration, all from your IDE. Includes VS Code extension, TypeScript/Python SDKs, and Docker deployment.
Install / Use
claude mcp add rocketride-org -- npx -y github:rocketride-org/rocketride-serverIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubDesign, test, and ship complex AI workflows from a visual canvas, right where you write code.
<img src="images/sdk-example.png" alt="Integrate real AI solutions using a simple SDK" width="100%">Drop pipelines into any Python or TypeScript app with a few lines of code, no infrastructure glue required.
Two ways to run RocketRide
Let us handle the infrastructure, or own every layer.
<br/> <table> <tr> <td width="50%" valign="top" align="left"><strong>ROCKETRIDE CLOUD</strong> · <code>NOW LIVE</code></td> <td width="50%" valign="top" align="left"><strong>ON-PREM</strong></td> </tr> <tr> <td valign="top" align="left"><strong>Let us run it, zero ops</strong><br/><br/>The fastest way to get started. We operate the engine; you point a client at the endpoint and build. The same <code>.pipe</code> file runs unchanged, with no infrastructure to provision, from prototype to production.</td> <td valign="top" align="left"><strong>Run it yourself, free</strong><br/><br/>Docker, on-prem, or local. Full control and data residency. Open source, MIT, no lock-in, ever.</td> </tr> <tr> <td align="center"><a href="https://cloud.rocketride.ai/"><strong>Get Started</strong></a></td> <td align="center"><a href="#quick-start"><strong>Quick Start</strong></a></td> </tr> </table> </div>RocketRide Cloud <code>NOW LIVE</code>
<div align="center">Run pipelines, not infrastructure.
<p> <strong>With RocketRide Cloud, offload the complex, heavy lifting of production AI.</strong><br/> Build your pipeline once, in the same portable <code>.pipe</code> format, and we run it, scale it, and keep it fast. No servers, no ops, no rewrite from prototype to production. </p> </div> <table> <tr> <td width="50%" valign="top" align="left"><strong>A fraction of the cost</strong><br/><br/>Our patent-pending model server runs your AI workloads far more efficiently, so you pay a fraction of what standard hosting costs.</td> <td width="50%" valign="top" align="left"><strong>Collaborate as a team</strong><br/><br/>Work together on shared pipelines. Your whole team builds, runs, and iterates in one place.</td> </tr> <tr> <td valign="top" align="left"><strong>No-hassle infra</strong><br/><br/>We handle everything: servers, scaling, upgrades, uptime. Nothing to provision, nothing to operate.</td> <td valign="top" align="left"><strong>Higher performance, built-in scale</strong><br/><br/>More throughput on the multithreaded C++ engine, with automatic scalability built in.</td> </tr> </table> <br/>Connecting takes two lines. Same portable pipeline JSON, now hosted for you:
ROCKETRIDE_URI=https://api.rocketride.ai
ROCKETRIDE_AUTH=your-api-token
<p align="center">
<a href="https://cloud.rocketride.ai/"><strong>Get Started</strong></a> · <a href="https://docs.rocketride.org/cloud">Read the Cloud docs</a>
</p>
On-Prem <code>FREE & MIT</code>
<div align="center">Own every layer.
<p> <strong>Run the very same engine yourself, wherever your data lives.</strong><br/> Docker, on-premises, or a local process in your IDE. Full control, full data residency, and zero lock-in. The exact <code>.pipe</code> you build on Cloud runs unchanged on your own hardware. </p> </div> <table> <tr> <td width="50%" valign="top" align="left"><strong>Full control and data residency</strong><br/><br/>Your data and model calls never leave your infrastructure. Run it behind your firewall, or fully air-gapped.</td> <td width="50%" valign="top" align="left"><strong>Open source, MIT</strong><br/><br/>The whole engine is MIT-licensed and OSI-compliant. No enterprise edition, nothing behind a paywall.</td> </tr> <tr> <td valign="top" align="left"><strong>Runs anywhere</strong><br/><br/>Docker, on-premises, bare metal, or local. Scale out to a cluster with the Helm chart when you need to.</td> <td valign="top" align="left"><strong>The same C++ engine</strong><br/><br/>Identical multithreaded runtime and execution semantics as Cloud. Move a pipeline between them anytime.</td> </tr> </table> <br/>Point a client at your local engine in one line:
ROCKETRIDE_URI=ws://localhost:5565
<p align="center">
<a href="#quick-start"><strong>Quick Start</strong></a> · <a href="https://docs.rocketride.org/self-hosting">Read the On-Prem docs</a>
</p>
Features
| Feature | Description | | :-------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Visual Pipeline Builder | Drag, connect, and configure nodes in VS Code, no boilerplate. Real-time observability tracks token usage, LLM calls, latency, and execution. Pipelines are portable JSON, version-controllable, shareable, and runnable anywhere. | | High-Performance C++ Runtime | Native multithreading purpose-built for the throughput demands of AI and data workloads. No bottlenecks, no compromises for production scale. | | 100+ Pipeline Nodes | 15+ LLM providers, 9 vector databases, OCR, NER, PII anonymization, chunking strategies, embedding models, and more. All nodes are Python-extensible, build and publish your own. | | Multi-Agent Workflows | Built-in CrewAI and LangChain support. Chain agents, share memory across pipeline runs, and manage multi-step reasoning at scale. | | Coding Agent Ready | RocketRide auto-detects your coding agent: Claude, Cursor, and more. Build, modify, and deploy pipelines through natural language. | | TypeScript, Python & MCP SDKs | Integrate pipelines into native apps, expose them as callable tools for AI assistants, or build programmatic workflows into your existing codebase. | | Zero Dependency Headaches | Python environments, C++ toolchains, Java/Tika, and all node dependencies managed automatically. Clone, build, run, no manual setup. | | One-Click Deploy | Run on Docker, on-prem, or RocketRide Cloud. Production-ready architecture from day one, not retrofitted from a demo. |
Quick Start
-
Install the extension for your IDE. Search for RocketRide in the extension marketplace:
<p align="center"> <img src="images/install-extension.png" alt="Install RocketRide extension"> </p><sub>Not seeing your IDE? Open an issue · [Download directly](https://open-vsx.or
Truncated for display — read the full file on GitHub.
Related Skills
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
