Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cursor_agent_chat | Chat with cursor-agent using a prompt and optional model/force/output_format. |
| cursor_agent_edit_file | Edit a file with an instruction. Prompt-based wrapper; no CLI subcommand required. |
| cursor_agent_analyze_files | Analyze one or more paths; optional prompt. Prompt-based wrapper. |
| cursor_agent_search_repo | Search repository code with include/exclude patterns. Prompt-based wrapper. |
| cursor_agent_plan_task | Generate a plan for a goal with optional constraints. Prompt-based wrapper. |
| cursor_agent_raw | Advanced: provide raw argv array to pass after common flags (e.g., ["search","--query","foo"]). |
| cursor_agent_run | Run cursor-agent with a prompt and desired output format (legacy single-shot). |