# rocketride-org/rocketride-server | Model Context Protocol (MCP) 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. - **Stars**: ⭐ 5,714 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "rocketride-server": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rocketride-server" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "rocketride-server": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rocketride-server" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-rocketride-server` - **Docker**: `docker run -i --rm mcp/rocketride-server`