Sign inSign up

ajeetraina777/sbx-clickhouse-kits:latest

Manifest digest

sha256:0f5b101d9e919b813fde689d8fc16223ad3bb34dab2b4326c9486af3c2cf8f0b

Last pushed

22 days by ajeetraina777

Type

Sandbox Kit

Manifest digest

sha256:0f5b101d9e919b813fde689d8fc16223ad3bb34dab2b4326c9486af3c2cf8f0b

MIXIN
REQUIRES SECRETS

Connects an agent to a remote ClickHouse warehouse (ClickHouse Cloud or self-hosted) via the official ClickHouse MCP server. Queries run over the HTTP interface so the password is injected by the sbx proxy and never lives inside the container. Edit the CLICKHOUSE_* values below for your warehouse; set the password with: sbx secret set -g clickhouse.


Credentials
NameServiceRequiredDescription
CLICKHOUSE_PASSWORDclickhouseOptionalClickHouse password (set it with: sbx secret set -g clickhouse)

Network Egress

CHANGE_ME.clickhouse.cloud

pypi.org

files.pythonhosted.org

Apply this mixin to a sandbox

sbx run <agent> --kit ajeetraina777/sbx-clickhouse-kits:latest

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx