Skip to content

Add Cursor CLI support with separate Docker image #18

@thepagent

Description

@thepagent

Summary

Add a separate Docker image for Cursor CLI as an agent backend.

Approach

  • Separate Dockerfile (Dockerfile.cursor)
  • Publish as ghcr.io/thepagent/agent-broker-cursor
  • Install: curl https://cursor.com/install -fsS | bash
  • Auth: Cursor account login (needs investigation — may require API key or headless auth)
  • Note: Cursor CLI ACP support needs to be verified

Helm usage

image:
  repository: ghcr.io/thepagent/agent-broker-cursor
agent:
  command: cursor
  args: ["--acp"]

Open questions

  • Does Cursor CLI support ACP (Agent Client Protocol) over stdio?
  • What auth mechanism works in headless/container environments? (Cursor has a headless mode)

Related: #14, #15, #16

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions