Skip to main content
ClaudeWave

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.

MCP Servers3.8k stars1.2k forksC++MITUpdated today
Editor's note

RocketRide is an open-source AI pipeline engine that exposes its functionality as an MCP server, allowing Claude and other MCP-compatible clients to build, execute, and manage AI workflows programmatically. The core runtime is written in C++ with native multithreading, and pipelines are composed from more than 50 node types covering 13 LLM providers, 8 vector databases, OCR, and named entity recognition. Pipelines are stored as portable JSON, which makes them version-controllable and portable across environments. A VS Code extension provides a visual drag-and-drop canvas for assembling these pipelines directly inside the editor, while Python and TypeScript SDKs let developers embed completed pipelines into applications with minimal glue code. Docker deployment is supported for self-hosted production use. The MCP server layer is what connects the engine to Claude Code or Claude Desktop, enabling Claude to trigger pipeline runs, inspect node outputs, and interact with the full node library without leaving the assistant interface. Developers building RAG systems, multimodal search, or multi-step LLM orchestration on their own infrastructure are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/rocketride-org/rocketride-server
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/rocketride-org/rocketride-server and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aicppdata-pipelinedata-processingmachine-learningmcppythonsdktypescriptvscode-extension

What people ask about rocketride-server

What is rocketride-org/rocketride-server?

+

rocketride-org/rocketride-server is mcp servers for the Claude AI ecosystem. 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. It has 3.8k GitHub stars and was last updated today.

How do I install rocketride-server?

+

You can install rocketride-server by cloning the repository (https://github.com/rocketride-org/rocketride-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is rocketride-org/rocketride-server safe to use?

+

Our security agent has analyzed rocketride-org/rocketride-server and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains rocketride-org/rocketride-server?

+

rocketride-org/rocketride-server is maintained by rocketride-org. The last recorded GitHub activity is from today, with 189 open issues.

Are there alternatives to rocketride-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy rocketride-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: rocketride-org/rocketride-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rocketride-org-rocketride-server)](https://claudewave.com/repo/rocketride-org-rocketride-server)
<a href="https://claudewave.com/repo/rocketride-org-rocketride-server"><img src="https://claudewave.com/api/badge/rocketride-org-rocketride-server" alt="Featured on ClaudeWave: rocketride-org/rocketride-server" width="320" height="64" /></a>

More MCP Servers