Skip to main content
Glama
maksdizzy

Camunda Engine MCP Server

by maksdizzy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAMUNDA_BASE_URLYesThe base URL of the Camunda Engine REST API.
CAMUNDA_PASSWORDYesThe password for Camunda authentication.
CAMUNDA_USERNAMEYesThe username for Camunda authentication.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
getProcessDefinitionsC

Get a list of process definitions

getProcessInstancesC

Get a list of process instances

startProcessInstanceC

Start a new process instance

getTasksC

Get a list of tasks

completeTaskC

Complete a task

deployBpmnB

Deploy a BPMN process definition from content or file

getDeploymentsC

Get a list of deployments

deleteDeploymentB

Delete a deployment by id

getDeploymentResourcesC

Get resources of a deployment

deployFormB

Deploy a Camunda Form from content or file

getTaskFormC

Get the form for a task

submitTaskFormC

Submit a task form

getStartFormB

Get the start form for a process definition

submitStartFormC

Submit a start form and start process instance

getProcessVariablesC

Get variables of a process instance

setProcessVariablesA

Set/update variables of a process instance

getActivityInstancesB

Get activity instances for a process instance

getIncidentsB

Get incidents (errors) in processes

deleteProcessInstanceC

Delete a process instance

suspendProcessInstanceB

Suspend a process instance

activateProcessInstanceB

Activate a suspended process instance

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maksdizzy/camunda-engine-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server