Bpmn2ai

by kshetra-studio

153 downloads
Not rated
GitHub

About

MCP server for Bpmn2ai.

Details

Author
kshetra-studio
Downloads
153
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Bpmn2ai
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "twintrack": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://bpmn2ai.kshetra.studio/mcp/",
        "--header",
        "X-Api-Key: YOUR_API_KEY"
      ]
    }
  }
}

migrate_bpmn

Convert BPMN 2.0 XML to APMN YAML. Maps each BPMN node to the best-fit APMN type using element type, name keywords, and graph context. Returns APMN YAML + per-node confidence scores, plus a modeler_url to see the diagram in standard APMN notation (no Import-button clicking needed). Costs 1 conversion credit.

compile_apmn

Compile APMN YAML to Orkes Conductor JSON, LangGraph Python, Google ADK Python, or Camunda 8 BPMN. Costs 1 conversion credit.

suggest_node_upgrade

Deep guidance on whether a node should be upgraded to a different APMN type. Use for any node flagged medium or review confidence by migrate_bpmn. Free.

review_model

Holistic best-practice review of a complete APMN model. Checks for missing confidence gates, unconnected escape gates, timeout omissions, etc. Free.

get_apmn_spec

Return spec, usage guidance, and platform mappings for an APMN node type. Use node_type="all" to list every available type. Free.

list_samples

List the bundled demo BPMN files available for testing TwinTrack. Free.

visualise_langgraph_repo

Reverse-compile a LangGraph project from a GitHub repo URL into APMN diagrams. Costs 1 credit. Returns one APMN diagram + modeler link per graph declared in langgraph.json. Resolves imports across files for accurate node classification. Works on any public GitHub repo without a token. For private repos, pass a GitHub PAT with repo read scope as `token`.

visualise_langgraph

Reverse-compile a LangGraph Python source file into an APMN diagram — no execution required. Paste your agent.py; get back a visual process map and a shareable modeler link. Free tool (no credit consumed).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "bpmn2ai": {
            "twintrack": {
                "command": "npx",
                "args": [
                    "-y",
                    "mcp-remote",
                    "https://bpmn2ai.kshetra.studio/mcp/",
                    "--header",
                    "X-Api-Key: YOUR_API_KEY"
                ]
            }
        }
    }
}

McpServers

{
    "twintrack": {
        "command": "npx",
        "args": [
            "-y",
            "mcp-remote",
            "https://bpmn2ai.kshetra.studio/mcp/",
            "--header",
            "X-Api-Key: YOUR_API_KEY"
        ]
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.