Back to Home
qontinui icon

qontinui-runner-mcp

by qontinui

Overview

This server enables AI agents to discover, generate, validate, and execute GUI automation workflows using the Qontinui Python executor.

Installation

Run Command
poetry run qontinui-runner-mcp

Environment Variables

  • QONTINUI_PYTHON_BRIDGE_PATH

Security Notes

The `evaluate_success_criteria` function uses `eval()` for custom workflow conditions. While it attempts to restrict `__builtins__`, `eval()` with arbitrary input from workflow definitions (which can be generated by AI or created via API) poses a significant risk of arbitrary code execution if a malicious workflow is processed. The `subprocess.Popen` calls are part of core functionality for spawning the executor and appear controlled, but the `eval` vulnerability is critical. No hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Stars0
Forks0
Last Update2025-12-05

Tags

visual automationAI agentsworkflow generationGUI automationexecution tracking