Back to Home
gjoeckel icon

my-mcp-servers

by gjoeckel

Overview

Automate predefined development workflows with autonomous approval for AI agents within an IDE.

Installation

Run Command
npx -y mcp-agent-autonomy@1.0.1

Environment Variables

  • WORKING_DIRECTORY

Security Notes

The server's core function is to execute arbitrary shell commands defined in local workflow files (`.cursor/workflows.json`), with an option for autonomous approval. While workflows are intended to be 'explicit' and 'version-controlled', the `child_process.exec` function is used without an internal allow-list or strict command sanitization for workflow commands. If another tool (e.g., a filesystem tool with write access) or a malicious actor can modify the `workflows.json` file, it can lead to arbitrary code execution and full system compromise, especially with `auto_approve: true` workflows. This constitutes a high-risk vulnerability for arbitrary code execution if the workflow definitions are not absolutely trusted and immutable.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-11-26

Tags

WorkflowAutomationAutonomousMCPAI Tools