How to Use MCP with Qlerify Plugins

Staffan Palopää
May 4, 2026
3 min

Working with MCP and Qlerify plugins

Model Context Protocol, or MCP, lets AI coding assistants such as Claude Code, Cursor, and other MCP-compatible clients call external APIs in a structured way. With Qlerify’s MCP server and plugin skills, your assistant can read, create, and update workflows and domain models directly in Qlerify.

Set up MCP

Create your API token in the Qlerify UI:

Qlerify API token settings showing a disabled API key
Example showing a disabled API key

Next, add the Qlerify MCP server in your client’s MCP settings. This example shows how to add it with Claude:

> claude mcp add --transport http qlerify https://mcp.qlerify.com \
  --header "x-api-key: YOUR_API_KEY" 

Your AI assistant can now connect to Qlerify to read and create workflows and domain models.

Set up Plugins

The official bundle lives at github.com/Qlerify/qlerify-plugins. It includes skills that teach the assistant how to use the MCP tools effectively: what order to run steps in, how to name things, and how to go from an idea to a modeled workflow.

To install with Claude, start Claude from the command line, then run the following two commands:

/plugin marketplace add qlerify/qlerify-plugins
/plugin install mcp-companion@qlerify-plugins

Set up MCP in Cursor, VS Code, Lovable, and Gemini CLI

Find setup instructions for other clients, such as Cursor, Lovable, VS Code, and Gemini CLI, under User Profile → Integrations in Qlerify.

Qlerify integrations page with MCP setup instructions

Two important skills

  1. extract-aggregate (the extractor) — Use this when you’re starting from existing code. It walks the assistant through isolating one DDD aggregate at a time: root entity, related entities, value objects, commands, domain events, read models, invariants, and external references. The output is structured so you can review it and then feed it into modeling in Qlerify. Natural prompts: “reverse engineer the Order module,” “extract the Subscription aggregate from this repo,” “document this legacy service as a domain model.”
  2. workflow-creation — Use this when you’re building or extending a workflow inside Qlerify: swimlanes, groups, domain events, entities, commands, read models, cards, bounded contexts. It follows a clear sequence (e.g. lanes → groups → events → entities → commands → read models → bounded contexts) so the diagram stays consistent. Natural prompts: “create a workflow for checkout,” “add domain events and commands for orders,” “set up bounded contexts for this process.”

Combine MCP and skills

Often, you use extract-aggregate on code or documentation to create a clean aggregate description. Then, you use workflow-creation to implement that structure in Qlerify.

For greenfield design, you can skip extraction and go straight to workflow creation.

Links

Qlerify Plugins

Recent posts
Legacy Modernization with AI: Legacy Code → Domain Model → New Implementation
Use AI to reverse-engineer an enterprise-grade business application, adapt it to your needs, and reimplement it on your selected tech stack.
Staffan Palopää
May 4
10 min
How to Use MCP with Qlerify Plugins
With Qlerify’s MCP server and plugin skills, your assistant can read, create, and update workflows and domain models directly in Qlerify.
Staffan Palopää
May 4
3 min
Unleash AI-Driven Software Delivery with Specification-Driven Development
In today’s enterprise transformation era, leveraging AI tools is no longer optional—it’s essential. But speed without structure leads to brittle code, hidden technical debt, and unpredictable delivery.
Nikolaus Varzakakos
Apr 25
7 min
///SOCIAL SHARE