Synara’s Cursor provider connects to theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Emanuele-web04/synara/llms.txt
Use this file to discover all available pages before exploring further.
cursor-agent CLI — the headless agent runtime that Cursor exposes for programmatic use. Running it through Synara gives you the same Cursor agent capabilities within Synara’s local-first workspace: persistent threads, checkpoints, approval flows, and skill discovery.
This provider uses Cursor’s Agent Calling Protocol (ACP) interface. It is distinct from the Cursor desktop editor; you do not need the editor installed, only the
cursor-agent CLI binary.Prerequisites
Thecursor-agent binary must be installed and either on your PATH or pointed to explicitly via binaryPath. No API key configuration is required inside Synara — the agent binary handles its own authentication with the Cursor backend.
Configuration
Provider settings live in theproviders.cursor block of your Synara settings.json. See Configuration: Settings for the full settings file reference.
Enables or disables the Cursor provider. When
false, Synara will not invoke the cursor-agent binary.Path to the
cursor-agent executable. Accepts a bare binary name resolved from PATH or an absolute path. Change this if the binary lives outside your standard PATH.Override the API endpoint the agent communicates with. Leave empty to use the default Cursor endpoint. Useful for custom enterprise deployments or local proxies.
Additional model slugs to offer in the model picker on top of the built-in Cursor model list.
Built-in models
Synara ships with the following Cursor model slugs pre-configured:| Slug | Name |
|---|---|
auto | Auto |
composer-2 | Composer 2 |
claude-opus-4-6 | Claude Opus 4.6 |
gpt-5.3-codex | GPT-5.3 Codex |
gemini-3-pro | Gemini 3 Pro |
auto.
Skills discovery
Cursor exposes reusable agent skills — domain-specific capabilities defined in Agent Skill folders. Synara discovers these automatically by scanning the same root directories thatcursor-agent uses natively.
The discovery logic (discoverCursorSkills) searches:
- Project-local roots —
.cursor/skillsfolders walking up from the current working directory. - User-global roots —
~/.cursor/skills-cursorand~/.cursor/skillsin the user’s home directory.
skills.disabled.