Back to Home
jxnl icon

cursor-cloud-agent-mcp

Verified Safe

by jxnl

Overview

This MCP server acts as a gateway, allowing AI assistants to interact with the Cursor Cloud Agents API to create, manage, and monitor automated tasks on GitHub repositories.

Installation

Run Command
npx -y cursor-cloud-agent-mcp

Environment Variables

  • CURSOR_API_KEY

Security Notes

The server uses `child_process.exec` for local Git operations. While `cwd` is passed as a separate option mitigating direct command injection, the `regex_patterns` in `get_repos` could theoretically be used for a ReDoS attack if supplied with complex, malicious regexes by an attacker controlling inputs. However, this is a localized resource exhaustion risk rather than remote code execution. The `CURSOR_API_KEY` is correctly fetched from environment variables, not hardcoded. Error messages are sanitized for production environments.

Similar Servers

Stats

Interest Score59
Security Score8
Cost ClassMedium
Avg Tokens500
Stars5
Forks0
Last Update2025-11-25

Tags

MCPCloud AgentsGitHubAIDevelopment