Back to MCP Servers
🔌

rocketride-org/rocketride-server

MIT

](https://glama.ai/mcp/servers/rocketride-org/rocketride-server) 📇 🏠 - MCP server that exposes RocketRide AI pipelines as tools for Claude, Cursor, and Windsurf. Self-hosted, open-source pipeline to

C++AI & LLMs

Install

npx -y rocketride-server

claude_desktop_config.json

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

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.