By cyanheads
Manage and automate YAML workflow playbooks for LLM agents via MCP, including storing, querying, and creating playbooks with built-in scaffolding, testing, deployment, and security auditing for MCP servers built on @cyanheads/mcp-ts-core.
Scaffold an MCP App tool + UI resource pair. Use when the user asks to add a tool with interactive UI, create an MCP App, or build a visual/interactive tool.
Scaffold a new MCP prompt template. Use when the user asks to add a prompt, create a reusable message template, or define a prompt for LLM interactions.
Scaffold a new MCP resource definition. Use when the user asks to add a resource, expose data via URI, or create a readable endpoint.
Scaffold a new service integration. Use when the user asks to add a service, integrate an external API, or create a reusable domain module with its own initialization and state.
Scaffold a test file for an existing tool, resource, or service. Use when the user asks to add tests, improve coverage, or when a definition exists without a matching test file.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Store, query, and create YAML workflow playbooks for LLM agents via MCP. STDIO or Streamable HTTP.
Four tools covering the full workflow library lifecycle — discovery, retrieval, and creation for both permanent and temporary workflows:
| Tool | Description |
|---|---|
workflow_list | List all permanent workflows in the index, with optional category and tag filters. |
workflow_get | Retrieve a complete workflow definition by name, with global instructions prepended. |
workflow_create | Write a new permanent workflow YAML to the library. |
workflow_create_temp | Write a temporary one-shot workflow, indexed but excluded from list results. |
workflow_listList permanent workflows from the in-memory index.
includeTools: true to surface the unique server/tool pairs used across each workflow's stepsworkflow_getRetrieve a complete workflow by name, including the global instructions document.
version to get the highest available match; specify a version for an exact lookupglobal_instructions.md content as globalInstructions — apply these when executing the workflow; null when the file is absentworkflow_list{{input.foo}}, {{steps.X.output.Y}}) are returned verbatim — the server never interpolates themworkflow_createWrite a new permanent workflow to the library.
categories/<slugified-category>/<slugified-name>-workflow.yamlname@version already exists — bump the version to create a new revisioncreated_date and last_updated_date automaticallyworkflow_create_tempWrite a throwaway workflow to the temp/ directory.
workflow_get but excluded from workflow_list resultsBuilt on @cyanheads/mcp-ts-core:
npx claudepluginhub cyanheads/cyanheads --plugin workflows-mcp-serverRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.
Search ClinicalTrials.gov trials, retrieve study details and results, and match patients to eligible trials via MCP. STDIO or Streamable HTTP.
Send, manage, and replay ntfy push notifications via MCP. STDIO or Streamable HTTP.
Search the PubChem chemical database for compounds, properties, safety data, bioactivity, cross-references, and entity summaries via MCP. STDIO or Streamable HTTP.
Multi-agent workflow orchestration via YAML. Ships the conductor skill so the assistant can validate, run, debug, and author workflow files for the conductor CLI.
Core workflow engine - Execute workflow-as-markdown definitions with validation-driven completion
Orchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking
Stateful workflow engine MCP server for multi-step automation
Claude Code integration for MCP Task Orchestrator — schema-aware context, note-driven workflow
Prefect workflow orchestration - read-only MCP server for diagnostics, CLI skill for mutations