Camunda Engine MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAMUNDA_BASE_URL | Yes | The base URL of the Camunda Engine REST API. | |
| CAMUNDA_PASSWORD | Yes | The password for Camunda authentication. | |
| CAMUNDA_USERNAME | Yes | The username for Camunda authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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