Skip to main content
Glama

Cursor Agent MCP Server

by sailay1996

cursor_agent_plan_task

Generate structured plans for achieving goals with customizable constraints. Supports text, JSON, and markdown outputs for efficient task planning and execution.

Instructions

Generate a plan for a goal with optional constraints. Prompt-based wrapper.

Input Schema

NameRequiredDescriptionDefault
constraintsNo
cwdNo
echo_promptNo
executableNo
extra_argsNo
forceNo
goalYes
modelNo
output_formatNotext

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "constraints": { "items": { "type": "string" }, "type": "array" }, "cwd": { "type": "string" }, "echo_prompt": { "type": "boolean" }, "executable": { "type": "string" }, "extra_args": { "items": { "type": "string" }, "type": "array" }, "force": { "type": "boolean" }, "goal": { "minLength": 1, "type": "string" }, "model": { "type": "string" }, "output_format": { "default": "text", "enum": [ "text", "json", "markdown" ], "type": "string" } }, "required": [ "goal" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sailay1996/cursor-agent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server