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 under My Profile > Integrations.

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 --scope user --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 three commands:

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

If the installation of the plugin was successful, you should be able to see qlerify MCP and mcp-companion under “Installed” when running the slash command /plugin.

And you should be able to run the slash command /workflow-creation.

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

The workflow creation skill

The most commonly used skill is workflow-creation. Use it when you’re building or extending a workflow inside Qlerify, including swimlanes, groups, domain events, entities, commands, read models, cards, and bounded contexts.

It follows a step-by-step sequence so the diagram stays consistent.

Example prompts:

Create a workflow for an e-commerce checkout
Add domain events and commands for handling support issues
Set up bounded contexts for this process

It also works when you’re starting from existing code. It walks the assistant through isolating one DDD aggregate at a time and then feeding it into Qlerify.

Example prompts:

Reverse-engineer the Order module.
Extract the Subscription aggregate from this repo.
Document this legacy service as a domain model.

Links

Qlerify Plugins

Recent posts
AI Legacy Modernization: Reverse-Engineer Legacy Code into a Domain Model
Use AI to reverse-engineer an enterprise-grade business application, adapt it to your needs with humans in the loop, and reimplement it on your selected tech stack.
Staffan Palopää
May 18
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 11
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