Integrations
Squadboard exposes product state and orchestration through integration surfaces instead of requiring direct database access.
Capability summary
| Surface | What it is for |
|---|---|
| GitHub | Mirror issue/PR signals, checks, review state, and merge outcomes into project state. |
| MCP | Let Copilot CLI, VS Code, and services call explicit board, run, capture, and status tools. |
| SDK and CLI | Script project operations, Scribe primitives, bundle import/export, and local development tasks. |
| Squad Apps | Package a board, team, ceremonies, skills, tools, routing rules, and docs as an installable project model. |
| PostgreSQL | Store Squadboard product state and optionally Squad state in a shared database. Multiple compatible processes can share the same database when pointing to the same PostgreSQL instance via DATABASE_URL. |
For operating details, use Squad integration, MCP integration, Squad Apps, Importing, and Storage provider alignment.