SignalPilot Cloud
SignalPilot Cloud is a hosted version of the gateway — no Docker, no self-managed infrastructure.
Get started
- Sign up at app.signalpilot.ai — free tier available.
- Create an API key in Settings → API Keys.
- Add connections in the Connections UI (Snowflake, BigQuery, PostgreSQL, etc.).
- Point Claude Code at the cloud gateway.
Connect Claude Code to the cloud
connect claude code to the cloud
$ claude mcp add --transport http signalpilot https://gateway.signalpilot.ai/mcp \--header "Authorization: Bearer YOUR_API_KEY"
Replace YOUR_API_KEY with the key from step 2.
MCP config for other clients
mcp config for other clients
{"mcpServers": {"signalpilot": {"type": "http","url": "https://gateway.signalpilot.ai/mcp","headers": {"Authorization": "Bearer YOUR_API_KEY"}}}}
What cloud adds over self-host
| Feature | Self-host | Cloud |
|---|---|---|
| SSO (Clerk) | No | Yes |
| Multi-tenant isolation | Manual | Automatic |
| Managed history & dashboards | No | Yes |
| Encrypted credential storage | Local SQLite | Managed |
| SLA / enterprise support | Community | Available |
Plugin with cloud
The Claude Code plugin works with the cloud gateway without modification — the skills are local to Claude Code and the MCP tools call the cloud endpoint using your API key.
install the plugin
$ claude plugin marketplace add SignalPilot-Labs/signalpilot-plugin$ claude plugin install signalpilot-dbt@signalpilot