cursor-cloud-agent-mcp
Verified Safeby 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
npx -y cursor-cloud-agent-mcpEnvironment 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
mcp-helm
Provides an MCP server for AI assistants to interact with Helm repositories and charts without requiring local Helm installation.
mcp-servers
This repository provides Model Context Protocol (MCP) servers for Cursor AI to integrate with external tools like PostgreSQL, Obsidian, n8n, and Google Gemini for various AI-driven operations.
sub-agents-mcp
Orchestrates task-specific AI agents defined in markdown files for execution via Cursor, Claude Code, or Gemini CLIs within any MCP-compatible tool.
juleson
An AI-powered coding agent system for comprehensive automation, code analysis, and workflow orchestration via CLI and MCP interfaces.