playbooks-mcp

davidrsch/playbooks-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
MCP server exposing OpenMono Playbooks — typed, multi-step AI workflows with gates, checkpointing, and composability. Inspired by the OpenMonoAgent.ai playbook engine.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "playbooks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "davidrsch/playbooks-mcp"
      ]
    }
  }
}

README Excerpt

**MCP server that exposes [OpenMono Playbooks](https://github.com/StartupHakk/OpenMonoAgent.ai) — typed, multi-step AI workflows with human-in-the-loop gates, checkpointing, and composability — to any MCP-compatible agent.** > Inspired by and derived from the [OpenMonoAgent.ai](https://github.com/StartupHakk/OpenMonoAgent.ai) playbook engine. See [ATTRIBUTION.md](ATTRIBUTION.md).

Tools (5)

get_playbook_statelist_playbooksresume_playbookrun_playbookvalidate_playbook