Sailbit speaks MCP.
Connect Claude Code, Claude Desktop, or Cursor to Sailbit. Capture work, get your next move, and close the loop — without leaving your terminal.
The loop
Your whole workflow, from the agent.
Agent access is built around Sailbit's core loop — capture, decide, do, close.
Tools
Focused tools, nothing more.
The MCP server exposes read and write tools for the capture → done loop. Product setup, ratios, billing, and account changes stay out of reach.
Connect
Two steps to connect.
Create an API key in Settings → Agent access (requires Sailbit Pro), then point your MCP client at the server.
MCP endpoint
https://sailbit.app/api/mcp
Claude Code
claude mcp add --transport http sailbit https://sailbit.app/api/mcp \
--header "Authorization: Bearer sb_live_xxx"Claude Desktop / Cursor (mcp.json)
{
"mcpServers": {
"sailbit": {
"url": "https://sailbit.app/api/mcp",
"headers": { "Authorization": "Bearer sb_live_xxx" }
}
}
}Replace sailbit.app with your Sailbit URL and sb_live_xxx with your key.
An advisor, not an autopilot.
Agent access is safe by default — scoped to your data and your workflow.
Bring Sailbit to your agent
Capture, decide, and close the loop from your terminal.
Connect your agent over MCP and keep build and distribution honest while you work.