Skip to content

Commit 44d2b76

Browse files
authored
feat: Camunda MCP (#125)
1 parent e1c5078 commit 44d2b76

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

servers/camunda/server.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: camunda
2+
image: mcp/camunda
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
about:
9+
title: Camunda BPM process engine MCP Server
10+
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.
11+
icon: https://raw.githubusercontent.com/lepoco/mcp-camunda/refs/heads/main/build/icon.png
12+
source:
13+
project: https://github.com/lepoco/mcp-camunda
14+
branch: main
15+
config:
16+
description: Configure the connection to Camunda BPM process engine MCP Server
17+
env:
18+
- name: CAMUNDA_HOST
19+
example: http://host.docker.internal:8080/
20+
value: '{{camunda.camunda_host}}'
21+
parameters:
22+
type: object
23+
properties:
24+
camundahost:
25+
type: string

0 commit comments

Comments
 (0)