Camunda Engine Server
БесплатноНе проверенA Model Context Protocol (MCP) server that enables AI assistants to interact with Camunda Platform workflow engine. Provides 21 specialized tools for complete w
Описание
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.
README
Production Ready Docker MCP Camunda
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.
🚀 Quick Start
1. Start the Server
git clone <repo-url>
cd camunda-engine-mcp
docker-compose up -d
2. Configure Claude Desktop
Add 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"
]
}
}
}
3. Restart Claude Desktop
Completely close and restart Claude Desktop to load the MCP server.
4. Test Connection
Try these commands in Claude Desktop:
Show me all available processes in Camunda
Get the list of current tasks from Camunda
Deploy BPMN from file /workspace/bpmn/simple-process.bpmn
🎯 Features
- 21 MCP Tools for complete Camunda workflow management
- Process Management - Deploy, start, monitor BPMN processes
- Task Management - Handle user tasks and forms
- Large File Support - Deploy big BPMN files via file paths
- Production Ready - Docker, monitoring, health checks
- Real-time Integration - Direct connection to live Camunda instances
📁 File Deployment
For 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.form
Then use file paths instead of content:
Deploy BPMN from file /workspace/bpmn/your-process.bpmn
📚 Documentation
- Setup Guide - Detailed configuration and all 21 tools
- Troubleshooting - Common issues and solutions
- Testing Guide - Comprehensive testing framework
- Production Report - Production readiness details
🔧 Environment Variables
CAMUNDA_BASE_URL=https://your-camunda-instance.com/engine-rest
CAMUNDA_USERNAME=your-username
CAMUNDA_PASSWORD=your-password
🧪 Health Check
docker exec camunda-mcp-server npm run health-check
📞 Support
- Issues: Check Troubleshooting Guide
- Setup: See Setup Guide
- Testing: Run
npm run health-check
Ready to automate your workflows with AI? Start with the Quick Start above! 🚀
Установка Camunda Engine Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/maksdizzy/camunda-engine-mcpFAQ
Camunda Engine Server MCP бесплатный?
Да, Camunda Engine Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Camunda Engine Server?
Нет, Camunda Engine Server работает без API-ключей и переменных окружения.
Camunda Engine Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Camunda Engine Server в Claude Desktop, Claude Code или Cursor?
Открой Camunda Engine Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Camunda Engine Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
