Skip to main content

Quickstart

SignalPilot is a governed MCP server for AI agents — Snowflake, BigQuery, Postgres, dbt with enterprise guardrails. Works from Claude Code or Codex, backed by three pieces of infrastructure: plugin (skills + tools), MCP server, and an observability platform.

Three commands to a working setup

1 · clone and start the stack
$ git clone https://github.com/SignalPilot-Labs/signalpilot.git
$ cd signalpilot
$ docker compose up -d
2 · connect the mcp server to claude code
$ claude mcp add --transport http signalpilot http://localhost:3300/mcp
3 · install the plugin for skills + verifier agent (Claude Code)
$ claude plugin marketplace add SignalPilot-Labs/signalpilot-plugin
$ claude plugin install signalpilot-dbt@signalpilot
3 · or install the plugin for Codex
$ codex plugin marketplace add SignalPilot-Labs/codex-signalpilot-plugin
$ codex plugin add signalpilot@signalpilot

That's it. SignalPilot works with both Claude Code and Codex as entrypoints — install the plugin for whichever you use. Your agent now has governed access to your databases.

What you get

  • 40 MCP tools — schema discovery, read-only SQL, dbt model verification, cost estimation, join path finding, sandboxed notebooks, knowledge base, Notion
  • SQL governance — DDL/DML blocked at parse time, auto-LIMIT injection, 79+ dangerous functions denied, full audit log
  • 9 Claude Code skills — battle-tested dbt and SQL skills that auto-load based on your task
  • Observability — query history, latency dashboards, per-session budget caps, encrypted credential storage

Next steps

Concepts — Mental model: gateway, governance, MCP, skills.

MCP Setup — Verify tools loaded; troubleshoot handshake.

Plugin — Install skills and the verifier agent.

Tools Reference — All 40 tools, grouped by category.

SignalPilot Cloud

Prefer not to self-host? SignalPilot Cloud is free to start — sign up, get an API key, and point Claude Code at https://gateway.signalpilot.ai/mcp. See Cloud setup.