Quickstart
SignalPilot is the governed gateway between Claude Code and your warehouse.
# Self-host the control plane$git clone https://github.com/SignalPilot-Labs/signalpilot.git$cd signalpilot$docker compose up -d
Open the control plane and connect Snowflake, Databricks, Postgres, DuckDB… SignalPilot stores and governs them for you.
The plugin wraps Claude Code with SignalPilot's data tools and skills.
$/plugin marketplace add ./plugin$/plugin install signalpilot-dbt@signalpilot
Point Claude Code at the gateway. Every query now routes through governance.
$claude mcp add --transport http signalpilot http://localhost:3300/mcp
$claude mcp add --transport http signalpilot http://localhost:3300/mcp --header "X-API-Key: your-key-here"
That's it. Claude Code now has governed access to your warehouse.