Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
canner avatar

Wren Connection Info

  • 3 installs
  • 663 repo stars
  • Updated May 6, 2026
  • canner/wren-engine

Reference for the required connection fields across all 18 Wren Engine data sources, including sensitive fields and BigQuery credential encoding.

About

Documents required and optional connection fields for the 18 data sources Wren Engine supports, plus Docker host hints and BigQuery credential handling. A developer uses it when configuring a Wren data source connection.

  • Covers 18 sources from Postgres to S3, GCS, and MinIO
  • Connection info set only via the MCP Web UI at localhost:9001

Wren Connection Info by the numbers

  • 3 all-time installs (skills.sh)
  • Ranked #720 of 911 Databases skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/canner/wren-engine --skill wren-connection-info

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars663
Last updatedMay 6, 2026
Repositorycanner/wren-engine

What it does

Reference for the required connection fields across all 18 Wren Engine data sources, including sensitive fields and BigQuery credential encoding.

Files

SKILL.mdMarkdownGitHub ↗

Wren Connection Info Reference

Connection info can only be configured through the MCP server Web UI at http://localhost:9001. Do not attempt to set it programmatically. Always direct the user to the Web UI.

---

Supported data sources

ValueDatabaseFields reference
POSTGRESPostgreSQLdatabases.md
MYSQLMySQL / MariaDBdatabases.md
MSSQLSQL Serverdatabases.md
CLICKHOUSEClickHousedatabases.md
ORACLEOracledatabases.md
DORISApache Dorisdatabases.md
REDSHIFTAmazon Redshiftdatabases.md
TRINOTrinodatabases.md
BIGQUERYGoogle BigQuerydatabases.md
SNOWFLAKESnowflakedatabases.md
DUCKDBDuckDBdatabases.md
ATHENAAWS Athenadatabases.md
DATABRICKSDatabricksdatabases.md
SPARKApache Sparkdatabases.md
S3_FILEAmazon S3file-sources.md
GCS_FILEGoogle Cloud Storagefile-sources.md
MINIO_FILEMinIOfile-sources.md
LOCAL_FILELocal filesfile-sources.md

Read the linked reference file for the user's data source to get required fields, default ports, and setup notes.

---

Common patterns

Most database connectors need: host, port, user, password, database.

Exceptions:

  • BigQuery — uses project_id, dataset_id, credentials (base64-encoded). See databases.md for encoding instructions.
  • Snowflake — uses account instead of host, plus schema.
  • Trino — needs catalog and schema instead of database.
  • Databricks — uses serverHostname, httpPath, accessToken (or service principal with clientId, clientSecret).
  • Spark — only host and port (Spark Connect protocol, no auth fields).
  • File sources — use url, format, plus bucket/credentials. See file-sources.md.

---

Docker host hint

If the database runs on the host machine and Wren Engine runs inside Docker, localhost cannot reach the host. Use host.docker.internal instead:

OriginalInside Docker
localhosthost.docker.internal
127.0.0.1host.docker.internal
Cloud/remote hostnameNo change needed

---

Sensitive fields

Never log, display, or pass sensitive values through the AI agent unnecessarily.

ConnectorSensitive fields
Postgres / MySQL / MSSQL / ClickHouse / Oracle / Doris / Redshiftpassword
BigQuerycredentials
Snowflakepassword
Athenaaws_access_key_id, aws_secret_access_key
Databricks (token)accessToken
Databricks (service principal)clientId, clientSecret
S3 / MinIOaccess_key, secret_key
GCSkey_id, secret_key, credentials
Trino / Spark / Local files(none)

Related skills

Databasesdatabases

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.