Skip to main content

Cursor Agents

Launch and monitor Cursor background agents.

Connect Cursor with an API key to launch background agents against repositories and poll their progress.

Connect

Credential fieldRequiredWhere it comes from
API key (API_KEY)YesA Cursor API key, sent as a Bearer token.

Tools

ToolAccessWhat it does
Launch agent (yekar.cursor-agents.launch-agent)WriteLaunch a Cursor background agent against a repository. The agent runs asynchronously, WRITES code on a branch, and consumes Cursor usage - poll Get agent for progress.
List agents (yekar.cursor-agents.list-agents)ReadList this account's background agents with their statuses.
Get agent (yekar.cursor-agents.get-agent)ReadRead one background agent's status, branch and summary - the poll after Launch agent.

Notes

  • In Cursor's dashboard, create an API key under Settings → API keys.
  • Agents can only reach repositories the Cursor GitHub app is installed on.