wren-connection-info

Explain required connection fields and credential handling for Wren Engine data sources.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clarify required connection fields and best practices for configuring data sources in Wren Engine.

Core Features & Use Cases

  • Provide per-source field definitions (host, port, user, password, etc.) and clear handling rules for sensitive data.
  • Document BigQuery credentials encoding (base64) and Docker host hints for reachable localhost in containerized environments.
  • Guide secure setup workflows via MCP Web UI and common data sources like PostgreSQL, MySQL, MSSQL, Snowflake, and BigQuery.

Quick Start

Open the MCP Web UI at http://localhost:9001 and follow the required-field guidelines to configure a new data source.

Frequently Asked Questions about wren-connection-info

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

FAQPage Schema
What connection fields are required to configure a data source in Wren Engine?

Wren Engine data source configuration requires specific per-source connection fields such as host, port, user, and password. It provides clear field definitions and handling rules for sensitive data like passwords to ensure secure setup.

How do I configure BigQuery credentials for a Wren Engine data connection?

To configure BigQuery credentials for a Wren Engine data connection, you must encode your credentials using base64. This ensures proper authentication and secure handling of sensitive connection information during the setup process.

How do I make localhost reachable when configuring data sources in Docker for Wren Engine?

To make localhost reachable when configuring Wren Engine data sources in Docker, you need to use specific Docker host hints. These hints allow containerized environments to properly access and connect to local data source instances.

Can I manage Wren Engine data source setup and auditing through the MCP Web UI?

Yes, you can manage Wren Engine data source setup and auditing tasks through the MCP Web UI at http://localhost:9001. It provides a guided workflow for securely configuring sources like PostgreSQL, MySQL, MSSQL, Snowflake, and BigQuery.

What is the best way to handle sensitive fields when setting up a PostgreSQL connection in Wren Engine?

The best way to handle sensitive fields for PostgreSQL connections in Wren Engine is to follow its defined per-source field treatment rules. These rules dictate how to securely manage and input sensitive data like passwords during configuration.