Back to Home
mem-kit icon

camunda-mcp

Verified Safe

by mem-kit

Overview

Provides Model Context Protocol (MCP) services for interacting with Camunda BPM Platform, a simulated StateStreet Customer Due Diligence (CDD) service, and an OCR service via Tencent Cloud.

Installation

Run Command
cd mcp-server && python camunda_server.py

Environment Variables

  • CAMUNDA_URL
  • CAMUNDA_USER
  • CAMUNDA_PASSWORD
  • TENCENTCLOUD_SECRET_ID
  • TENCENTCLOUD_SECRET_KEY

Security Notes

Secrets (Camunda credentials, Tencent Cloud API keys) are correctly loaded from environment variables. No 'eval' or malicious obfuscation found. The `deploy_bpmn` tool allows deploying files to Camunda, which is a powerful operation and should only be used by trusted clients. The `invoice_ocr` tool forwards image URLs directly to Tencent Cloud, which might pose SSRF risks if the Tencent API does not validate URLs, but this is an inherent function of the tool. Broad CORS (`allow_origins=["*"]`) is enabled for all services, which might be too permissive for production environments without specific security considerations. Overall, the server's operations are transparent and intended.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5
Stars0
Forks0
Last Update2025-11-29

Tags

CamundaWorkflowCDDOCRFastMCP