by director-run
MCP Playbooks for AI agents
# Add to your Claude Code skills
git clone https://github.com/director-run/directorDirector allows you to provide <ins>playbooks</ins> to AI Agents. A playbook is a set of <ins>MCP tools</ins>, <ins>prompts</ins> and <ins>configuration</ins>, that give agents new <ins>skills</ins>. You can connect Claude, Cursor and VSCode in 1-click, or integrate manually through a single MCP endpoint.
Playbooks are portable and can easily be switched in and out of context. Director is local-first - setup and client integration takes 30 seconds. In addition, Director provides all of the MCP management functionality that you'd expect: tool filtering, logging, strong isolation, and unified OAuth.
<br /><br />
https://github.com/user-attachments/assets/cafc0902-a854-4ee8-ac89-b7535f10c93d
# Install Director
$ curl -LsSf https://director.run/install.sh | sh
# Start the onboarding flow
$ director quickstart
A playbook is a set of tools, prompts and configuration, used to provide specific capabilities to your agent. Under the hood, playbooks are built on top of the MCP tools & prompts primitives.
The easiest way to author a playbook is via the UI (director studio). But you can also use the CLI. You can have many playbooks, typically one per task or per environment. You can connect to them via a single CLI command or directly over a URL.