rocketride-server

rocketride-org/rocketride-server
★ 1,748 stars C++ 🤖 AI/LLM Updated 17d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rocketride-server": {
      "command": "npx",
      "args": [
        "-y",
        "rocketride-org/rocketride-server"
      ]
    }
  }
}

Topics

aicppdata-pipelinedata-processingmachine-learningmcppythonsdktypescriptvscode-extension