← Back to search

@eyueldk/cursor-cloud-agent-mcp

GitHub Actions Scanned 9d ago

MCP server for the Cursor Cloud Agents API

npm
B
85.3 / 100

Versions

1.0.4latest
May 28, 2026
1.0.3
May 27, 2026
1.0.0
May 27, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 15

cloud_agent_get_me
annotations: verified low

Returns metadata about the Cursor API key in use (name, owner, creation time).

readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
cloud_agent_list_models
annotations: verified low

Lists models and parameters you can pass when creating a cloud agent.

readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
cloud_agent_create
annotations: verified low

Creates a Cursor Cloud Agent and enqueues its initial run. Returns agent and run metadata.

readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
cloud_agent_list
annotations: verified low

Lists cloud agents for the authenticated user, newest first.

readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
cloud_agent_get
annotations: verified low

Retrieves durable metadata for a cloud agent. Use cloud_agent_get_run for execution status.

readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
cloud_agent_create_run
annotations: verified low

Sends a follow-up prompt to an existing active cloud agent. Only one run can be active at a time.

readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
cloud_agent_list_runs
annotations: verified low

Lists runs for a cloud agent, newest first.

readOnlyHint false openWorldHint true idempotentHint false destructiveHint true
cloud_agent_get_run
annotations: verified low

Retrieves run status, result text, duration, and git branches when available.

readOnlyHint false openWorldHint true idempotentHint false destructiveHint true
cloud_agent_wait_for_run
annotations: verified low

Polls a run until it reaches a terminal state (FINISHED, ERROR, CANCELLED, or EXPIRED).

readOnlyHint false openWorldHint true idempotentHint false destructiveHint true
cloud_agent_cancel_run
annotations: verified low

Cancels the active run for a cloud agent.

readOnlyHint false openWorldHint true idempotentHint false destructiveHint true
cloud_agent_list_artifacts
annotations: verified low

Lists artifacts produced by a cloud agent under the workspace artifacts/ directory.

readOnlyHint false openWorldHint true idempotentHint true destructiveHint false
cloud_agent_download_artifact
annotations: verified low

Returns a temporary presigned URL for an artifact path from cloud_agent_list_artifacts.

readOnlyHint false openWorldHint true idempotentHint true destructiveHint false
cloud_agent_archive
annotations: verified low

Archives a cloud agent (soft delete). Archived agents cannot accept new runs until unarchived.

readOnlyHint false openWorldHint true idempotentHint true destructiveHint false
cloud_agent_unarchive
annotations: verified low

Unarchives a cloud agent so it can accept new runs again.

readOnlyHint false openWorldHint true idempotentHint true destructiveHint false
cloud_agent_delete
annotations: verified low

Permanently deletes a cloud agent. This is irreversible; prefer cloud_agent_archive for soft delete.

readOnlyHint false openWorldHint true idempotentHint false destructiveHint true

Permissions 1

env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 41

medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
info
Tool 'cloud_agent_unarchive' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_delete' annotations are consistent annotation_checker · 80%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
Tool 'cloud_agent_wait_for_run' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_cancel_run' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_list_artifacts' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_download_artifact' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_archive' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_get_me' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_list_models' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_create' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_list' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_get' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_create_run' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_list_runs' annotations are consistent annotation_checker · 80%
info
Tool 'cloud_agent_get_run' annotations are consistent annotation_checker · 80%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@3.0.9 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: cloud_agent_get_me manifest_parser · 85%
info
Tool: cloud_agent_list_models manifest_parser · 85%
info
Tool: cloud_agent_create manifest_parser · 85%
info
Tool: cloud_agent_list manifest_parser · 85%
info
Tool: cloud_agent_get manifest_parser · 85%
info
Tool: cloud_agent_create_run manifest_parser · 85%
info
Tool: cloud_agent_list_runs manifest_parser · 85%
info
Tool: cloud_agent_get_run manifest_parser · 85%
info
Tool: cloud_agent_wait_for_run manifest_parser · 85%
info
Tool: cloud_agent_cancel_run manifest_parser · 85%
info
Tool: cloud_agent_list_artifacts manifest_parser · 85%
info
Tool: cloud_agent_download_artifact manifest_parser · 85%
info
Tool: cloud_agent_archive manifest_parser · 85%
info
Tool: cloud_agent_unarchive manifest_parser · 85%
info
Tool: cloud_agent_delete manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 6 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%