runbook-workflows
Provides integration with Google Sheets for connections, triggers, and actions in workflows.
Provides integration with Slack for connections, triggers, and actions in workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@runbook-workflowsCreate a new workflow for triaging support tickets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
runbook-workflows
Minimal CLI, MCP server, and authoring guide for building workflows for the Runbook workflow engine.
This public template contains no customer workflows, backtesting, harvesting, analytics, dashboards, or autofix tooling.
Setup
You need:
A Runbook API key and organization ID
Conductor on macOS, Cursor, Claude Code, or another MCP client
Install dependencies and link the rb command:
bun run setup
rb --helpCopy the MCP example:
cp .cursor/mcp.example.json .cursor/mcp.jsonEdit .cursor/mcp.json and set RUNBOOK_ENV_SLUG, RUNBOOK_API_URL,
RUNBOOK_API_KEY, and RUNBOOK_ORG_ID. The file is gitignored. Do not commit
real credentials or organization IDs.
RUNBOOK_API_KEY: in the Runbook dashboard, click the user icon (top right) → Manage account → API keys, then create or copy a key.RUNBOOK_ORG_ID: click the organization dropdown (top left) → Manage → Info to find the organization ID.
The committed .conductor/settings.toml installs dependencies, links rb, and
copies local MCP settings into each worktree. Shared Conductor settings take
effect after they are merged into the remote default branch.
Related MCP server: MCP Workflow Server
Authoring flow
Read workflow-guide.md.
Run
rb workflow createor call thecreate_workflowMCP tool.Edit the scaffold under
workflow-definitions/<env>/workflows/<slug>/.Validate with
validate_workfloworrb syncon a linked branch.Push a draft with the MCP server or the
rbreview-branch flow.Simulate the draft before publishing it from the Runbook UI.
rb CLI
Install the local command with bun run setup, or use ./bin/rb directly.
In a plain clone on main:
rb workflow set <env>/<workflow>
rb checkout <branch>
rb sync
rb commit -m "Build workflow"
rb push
rb prepare-publishIn a Conductor worktree or any branch created for you, use rb adopt instead
of rb checkout.
rb prepare-publish creates a draft on the default branch. A person still
publishes the draft from the Runbook UI.
Workflow layout
workflow-definitions/<env>/
├── registry.json
└── workflows/<slug>/
├── workflow.json
├── agents/<agentId>/
│ ├── agent.json
│ └── prompt.md
├── toolsProviders/
├── connections/
├── skills/ # optional
└── memory/ # optionalCore MCP tools
Workflow authoring:
list_workflows,create_workflow,validate_workflow,push_workflow.Branches:
list_branches,create_branch,archive_branch.Platform discovery:
list_models,list_providers,list_provider_actions,list_provider_event_types,list_connections,get_connection.Simulation:
simulate_run,simulate_event,simulate_action_response,simulate_tool_result,wait_for_next_intercepted_call,fork_run.Run inspection:
list_runs,get_run_logs,send_user_message.
Integration skill
The included add-integration skill covers Slack, Microsoft Teams, Outlook,
Google Sheets, and scheduler connections, triggers, and actions. It is shared by
Claude Code and Cursor through .claude/skills and .cursor/skills.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for modeling Camunda 7 BPMN diagrams programmatically, including elements, flows, and Camunda extensions.Last updatedMIT
- Flicense-qualityDmaintenanceOrchestrates multiple MCP tool calls into sequential workflows with conditional logic, data transformation via JSONPath, and workflow templates.Last updated
- Flicense-qualityDmaintenanceMCP server for Chainlink Runtime Environment, enabling build, simulate, deploy, and manage CRE workflows from any MCP client.Last updated
- FlicenseAqualityBmaintenanceAn agent-native workflow MCP server that enables AI agents to execute text-defined, versionable workflows with checkpointing and state management.Last updated1016
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheRathin/runbook-workflows'
If you have feedback or need assistance with the MCP directory API, please join our Discord server