Feature request for product/service
Cursor IDE
Describe the request
Feature request: Local routines / automations for Cursor
I’d love to see Cursor support lightweight routines or automations that can run on a local machine, similar in spirit to automated agent workflows but without requiring everything to execute in Cursor Cloud Agent.
Context: Cursor Cloud Agent is very useful, but there are cases where it is hard or impractical to fully reproduce a development environment in the cloud. Some projects depend on local services, private networks, hardware, credentials, databases, Docker setups, or other machine-specific configuration that may not be easy to mirror remotely.
In those cases, it would be helpful to define recurring local automations that Cursor can run against the user’s existing local environment. For example, a developer could have Cursor run a routine to inspect an issue, modify code, run the project’s local tests, check formatting, or prepare a change using the already-configured machine.
I’m not suggesting a detailed spec here, but the core request is:
Cursor should support user-defined routines/automations that execute locally, using the local repo and local development environment, as an alternative or complement to Cursor Cloud Agent.
This would make agentic workflows more practical for projects where the local environment is the source of truth.