wren-mcp-setup

Provision a containerized Wren MCP server with Claude Code integration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kubeworkz/legible --skill wren-mcp-setup-kubeworkz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wren-mcp-setup
Source: https://github.com/kubeworkz/legible/tree/main/wren-engine/skills/wren-mcp-setup
Command: npx skills add https://github.com/kubeworkz/legible --skill wren-mcp-setup-kubeworkz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provision a Docker-based MCP server and integrate it with an AI agent, enabling quick setup, testing, and collaboration.

Core Features & Use Cases

  • Dockerized MCP deployment: runs ibis-server and MCP server in a single container with a Web UI for configuration.
  • Workspace and MDL management: mounts a host workspace and loads an MDL for immediate querying and interaction.
  • Easy integration: registers with Claude Code and other MCP clients, enabling seamless AI-assisted data access and commands.

Quick Start

To begin, dockerize the Wren MCP server and register it with Claude Code using the streamable-http transport.

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 a Wren MCP server using Docker?

To deploy a Wren MCP server with Docker, run the containerized ibis-server and MCP server together, mount your host workspace, and load the MDL from the /workspace/target/mdl.json path for immediate AI-assisted querying.

Can I integrate a containerized MCP server with Claude Code?

Yes, you can integrate a containerized MCP server with Claude Code by registering the server using the streamable-http transport, enabling seamless AI-assisted data access and commands.

Do I need Docker Desktop to set up Wren MCP?

You need either Docker Desktop or Docker Engine to provision the Wren MCP container, which packages the ibis-server and MCP server together with a Web UI for configuration.

What is the best way to load an MDL file for an MCP server in a Docker workspace?

The best way to load an MDL file is mounting a host workspace directory into the Docker container and placing the MDL at /workspace/target/mdl.json for immediate querying and interaction.

Why configure Wren MCP through a Web UI instead of command line?

Configuring Wren MCP through a Web UI streamlines quick setup and testing by providing a visual interface to manage the containerized ibis-server, MCP server, and workspace mounting processes.

What are the limitations of running Wren MCP in a single container?

Running Wren MCP in a single container requires a pre-deployed MDL at /workspace/target/mdl.json and a compatible Docker environment, meaning workspace mounting and MDL loading must be configured before startup.