Skip to content

feat: Add new MCP server for Camunda BPM process engine #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pomianowski
Copy link

@pomianowski pomianowski commented Jul 24, 2025

MCP Server Information

Server Name: mcp/camunda
Repository URL: https://github.com/lepoco/mcp-camunda
Brief Description: Tools to interact with the Camunda 7 Community Edition Engine using the Model Context Protocol (MCP). Whether you're automating workflows, querying process instances, or integrating with external systems, Camunda MCP Server is your agentic solution for seamless interaction with Camunda.

🛠️ Available Server Tools

Tool Description
list_definitions List deployed Camunda definitions.
list_instances List active instances of selected Camunda process.
count_instances Count active instances of selected Camunda process.
list_variables List variables of the selected Camunda process.
count_variables Count variables of the selected Camunda process.
list_incidents Lists incidents of the selected Camunda process.
count_incidents Count incidents of the selected Camunda process.
list_user_tasks Lists user tasks of the selected Camunda process.
count_user_tasks Count user tasks of the selected Camunda process.
resolve_incident Requests the Camunda process engine to resolve an incident.
complete_user_task Completes user task with selected ID.
send_message Sends message to the selected process.
image

Basic Requirements

  • Open Source: Uses acceptable license (Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause or other permissive license)
  • MCP Compliant: Implements MCP API specification
  • Active Development: Recent commits and maintained
  • Docker Artifact: Dockerfile
  • Documentation: Basic README and setup instructions
  • Security Contact: Method for reporting security issues

Submitter Checklist

  • This server meets the basic requirements listed above
  • I understand this will undergo automated and manual review.
  • I have tested the MCP Server using task validate -- --name SERVER_NAME
  • I have built the MCP Server using task build -- --tools SERVER_NAME

@pomianowski pomianowski requested a review from a team as a code owner July 24, 2025 15:43
@pomianowski pomianowski changed the title feat: Camunda MCP feat: Add new MCP server for Camunda BPM process engine Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant