wren-quickstart

Guide Wren Engine setup from workspace creation to MCP verification.

663|199|Updated May 9, 2022
One-click install
npx skills add https://github.com/Canner/wren-engine --skill wren-quickstart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wren-quickstart
Source: https://github.com/Canner/wren-engine/tree/main/skills/wren-quickstart
Command: npx skills add https://github.com/Canner/wren-engine --skill wren-quickstart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Phase 1-4 quickstart helps teams onboard Wren Engine by guiding workspace setup, MDL generation, and MCP verification, consolidating end-to-end setup into a repeatable workflow.

Core Features & Use Cases

  • End-to-end onboarding: create workspace, generate MDL, save YAML project, spin up MCP container, and health-check workflow.
  • Phase-driven guidance: modular steps to accommodate different data sources and environments.
  • Reproducible setup: configures workspace and container for quick start across teams.

Quick Start

Run the wren-quickstart workflow to create a workspace, generate an MDL, start the MCP container, and verify the setup.

Frequently Asked Questions about wren-quickstart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Wren Engine from scratch for a new project?

To set up Wren Engine, you need to create a workspace, generate the MDL, save the YAML project, start the MCP container, and run health checks. This quickstart guides the full deployment workflow across Docker environments.

What is the best way to onboard a data source to Wren Engine using Docker?

The best way to onboard a data source is using the phase-driven quickstart workflow, which configures the workspace and Docker container to ensure a reproducible setup across teams and environments.

Can I use Wren Engine for local development without Docker?

Wren Engine onboarding supports both Docker-based environments and local development. The modular, phase-driven steps accommodate different data sources and local setups for quick project demonstrations.

Do I need to generate an MDL before starting the MCP container in Wren Engine?

Yes, generating the MDL and saving the YAML project are required phases before spinning up the MCP container. The workflow coordinates these multi-phase steps sequentially to verify the setup successfully.