v0.1.0 — first public release
SBL Stack v0.1.0 — your AI campaign manager for sbl.so, ready for Claude Desktop and Claude Code.
Install (Claude Desktop, ~2 min, no terminal)
- Get your API key — sbl.so/api-integration → "Create new key" → copy the
sk_live_…value. - Download
sbl-mcp-0.1.0.dxtbelow (under Assets). - Double-click the file → Claude Desktop opens an install dialog → paste the key → Install.
- (Optional) — On the repo page click Code → Download ZIP and upload it as a skill in Claude Desktop's Skills settings to get the
/sblorchestration on top of the raw tools.
See the README for the Claude Code (terminal) path.
What you get
- 9 MCP tools —
sbl_list_campaigns,sbl_get_campaign,sbl_create_campaign_from_prompt,sbl_list_campaign_users,sbl_get_conversation,sbl_get_campaign_analytics,sbl_list_human_intervention,sbl_send_campaign_message,sbl_add_user_to_campaign. - 6 sub-skills when you upload the zip — sbl, sbl-create, sbl-optimize, sbl-triage, sbl-playbook, sbl-retro, sbl-science.
- API-key auth — long-lived, revocable, manageable from
sbl.so/api-integration. No JWT pasting, no passwords in config files.
Compatibility
- Claude Desktop ≥ 0.10
- Python ≥ 3.10 (Claude Desktop spawns the bundled MCP server)
- macOS, Linux, Windows