<b>Docs</b> · <b>Getting started</b> · <b>Concepts</b> · <b>Slack community</b> · <b>Contributing</b>
Connect Api to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Docs · Getting started · Concepts · Slack community · Contributing. The api mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
run — npm installkey — fix # an agent stepLong — running, event-driven agents.** A listening job stays alive across a runSlack — ** join the Shipfox community SlackIssues — ** report bugs and request features onConcept — SummaryWorkflow — A YAML file under .shipfox/workflows/, versioned and reviewed like code. One file, one workflowTrigger — What starts a run: an event from a connected integration, or an on-demand fireIntegration — A connection to an external tool (GitHub, Sentry, Slack, Linear, ...) whose events start runs. Use the [genericJob — A group of steps on one runner. Jobs form a DAG via needs and are isolated, so each re-clones the repoStep — A run shell command or an agent (model + prompt, on the pi or claude harness). Runs in order within a jobGate — A pass/fail check on a step that retries from an earlier step when it fails. Bounded retrySetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Api's toolset — run, key, Long and 10 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Api's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| run | npm install |
| key | fix # an agent step |
| Long | running, event-driven agents.** A listening job stays alive across a run |
| Slack | ** join the [Shipfox community Slack](https://join.slack.com/t/shipfoxcommunity/shared_invite/zt-42wdu4lvl-KiYxEKCzzHUCafiC0EjbVA) |
| Issues | ** report bugs and request features on |
| Concept | Summary |
| Workflow | A YAML file under .shipfox/workflows/, versioned and reviewed like code. One file, one workflow. |
| Trigger | What starts a run: an event from a connected integration, or an on-demand fire. |
| Integration | A connection to an external tool (GitHub, Sentry, Slack, Linear, ...) whose events start runs. Use the [generic webhook](apps/docs/content/docs/integrations/webhooks/index.mdx) to connect anything not built in. |
| Job | A group of steps on one runner. Jobs form a DAG via needs and are isolated, so each re-clones the repo. |
| Step | A run shell command or an agent (model + prompt, on the pi or claude harness). Runs in order within a job. |
| Gate | A pass/fail [check on a step](apps/docs/content/docs/understand/feedback-loops.mdx) that retries from an earlier step when it fails. Bounded retry loops, no scripting. |
| Runner | The application that runs a job's steps. |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.