@eyueldk/cursor-cloud-agent-mcp
MCP server for the Cursor Cloud Agents API
Versions
1.0.4latest1.0.31.0.0Tools 15
cloud_agent_get_me Returns metadata about the Cursor API key in use (name, owner, creation time).
cloud_agent_list_models Lists models and parameters you can pass when creating a cloud agent.
cloud_agent_create Creates a Cursor Cloud Agent and enqueues its initial run. Returns agent and run metadata.
cloud_agent_list Lists cloud agents for the authenticated user, newest first.
cloud_agent_get Retrieves durable metadata for a cloud agent. Use cloud_agent_get_run for execution status.
cloud_agent_create_run Sends a follow-up prompt to an existing active cloud agent. Only one run can be active at a time.
cloud_agent_list_runs Lists runs for a cloud agent, newest first.
cloud_agent_get_run Retrieves run status, result text, duration, and git branches when available.
cloud_agent_wait_for_run Polls a run until it reaches a terminal state (FINISHED, ERROR, CANCELLED, or EXPIRED).
cloud_agent_cancel_run Cancels the active run for a cloud agent.
cloud_agent_list_artifacts Lists artifacts produced by a cloud agent under the workspace artifacts/ directory.
cloud_agent_download_artifact Returns a temporary presigned URL for an artifact path from cloud_agent_list_artifacts.
cloud_agent_archive Archives a cloud agent (soft delete). Archived agents cannot accept new runs until unarchived.
cloud_agent_unarchive Unarchives a cloud agent so it can accept new runs again.
cloud_agent_delete Permanently deletes a cloud agent. This is irreversible; prefer cloud_agent_archive for soft delete.
Permissions 1
env_vars low