SignalPilot is now #1 on Spider 2.0-DBT with 65.63.

Quickstart

Up and running in 4 steps.

SignalPilot is the governed gateway between Claude Code and your warehouse.

Your data warehouse
snowflake · postgres · duckdb
SignalPilot
SignalPilot control plane
mcp gateway · governance
Claude Code
SignalPilot plugin
wraps claude code
1

Start the control plane

Cloud · no infraWe host it — grab your API key.
Try Cloud →
or
Self-host · your infra
# Self-host the control plane
$git clone https://github.com/SignalPilot-Labs/signalpilot.git
$cd signalpilot
$docker compose up -d
→ runs at http://localhost:3400
2

Add your warehouse credentials

Open the control plane and connect Snowflake, Databricks, Postgres, DuckDB… SignalPilot stores and governs them for you.

3

Install the plugin

The plugin wraps Claude Code with SignalPilot's data tools and skills.

$/plugin marketplace add ./plugin
$/plugin install signalpilot-dbt@signalpilot
4

Add the MCP server

Point Claude Code at the gateway. Every query now routes through governance.

Self-host
$claude mcp add --transport http signalpilot http://localhost:3300/mcp
or · cloud gateway
$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.