wren-mcp-setup

Deploy and configure a containerized Wren Engine MCP server for AI agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying and configuring a containerized MCP server for Wren Engine to enable AI agents to connect and interact with enterprise data through a centralized context layer.

Core Features & Use Cases

  • Orchestrates pulling the wren-engine-ibis container image, launching the MCP server, and exposing REST/MCP endpoints for client integration.
  • Guides workspace setup, MDL loading, and Web UI configuration to manage connections and deployment of models.
  • Enables integration with Claude Code (or other MCP clients) via streamable-http transport for seamless agent communication.

Quick Start

Open the Web UI after starting the container and follow the prompts to connect to Claude Code.

Frequently Asked Questions about wren-mcp-setup

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

FAQPage Schema
How do I deploy Wren Engine as an MCP server in Docker?

To deploy Wren Engine as an MCP server in Docker, pull the wren-engine-ibis container image, launch it, and mount a workspace at /workspace. You then configure environment variables and Web UI settings to expose endpoints for client integration.

How does an AI agent connect to a containerized MCP server via streamable-http?

An AI agent connects to a containerized MCP server via streamable-http by registering the server in clients like Claude Code. This transport enables seamless communication between the agent and the Wren Engine context layer.

Do I need Docker Desktop to set up Wren MCP?

Yes, Docker Desktop is required to set up Wren MCP. You also need access to the wren-engine-ibis image, a mounted workspace directory, and proper environment variable configuration to launch the containerized server.

What is MDL loading used for when configuring Wren MCP?

MDL loading is used to configure the workspace and manage connections within Wren MCP. By loading MDL files and configuring the Web UI, teams can deploy models that allow AI agents to interact with enterprise data.

Can I integrate Wren MCP with other MCP clients besides Claude Code?

Yes, you can integrate Wren MCP with other MCP clients besides Claude Code. The deployment exposes endpoints via streamable-http transport, allowing any compatible MCP client to connect and interact with the Wren Engine.