Camunda Engine Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Camunda Engine Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that enables AI assistants to interact with Camunda Platform workflow engine. Provides 21 specialized tools for complete workflow automation and process management.
✅ PRODUCTION READY - Fully tested, containerized, and ready for deployment.
git clone <repo-url>
cd camunda-engine-mcp
docker-compose up -dAdd to your Claude Desktop MCP settings:
{
"mcpServers": {
"camunda": {
"command": "docker",
"args": [
"exec", "-i",
"-e", "CAMUNDA_BASE_URL=https://your-camunda-instance.com/engine-rest",
"-e", "CAMUNDA_USERNAME=your-username",
"-e", "CAMUNDA_PASSWORD=your-password",
"camunda-mcp-server",
"node", "build/index.js"
]
}
}
}Completely close and restart Claude Desktop to load the MCP server.
Try these commands in Claude Desktop:
Show me all available processes in CamundaGet the list of current tasks from CamundaDeploy BPMN from file /workspace/bpmn/simple-process.bpmnFor large BPMN/form files, place them in directories:
./bpmn-files/your-process.bpmn # → /workspace/bpmn/your-process.bpmn
./forms/your-form.form # → /workspace/forms/your-form.formThen use file paths instead of content:
Deploy BPMN from file /workspace/bpmn/your-process.bpmnCAMUNDA_BASE_URL=https://your-camunda-instance.com/engine-rest
CAMUNDA_USERNAME=your-username
CAMUNDA_PASSWORD=your-passworddocker exec camunda-mcp-server npm run health-checknpm run health-checkReady to automate your workflows with AI? Start with the Quick Start above! 🚀
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.