Darkstar326/cursor-agent-mcp
If you are the rightful owner of cursor-agent-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Cursor Agent MCP Server is a minimal, hardened Model Context Protocol server designed to optimize token usage and cost in Claude Code by offloading complex tasks to the cursor-agent CLI.
Tools
Functions exposed to the LLM to take actions
cursor_agent_chat
Single-shot chat by passing the prompt as the final positional argument.
cursor_agent_edit_file
Prompt-based wrapper for editing or proposing a patch for a file.
cursor_agent_analyze_files
Prompt-based repository/file analysis listing the paths to focus on.
cursor_agent_search_repo
Prompt-based code search over the repo with optional include/exclude globs.
cursor_agent_plan_task
Prompt-based planning tool that returns a numbered plan for your goal.
cursor_agent_raw
Forwards raw argv to the CLI with optional print behavior.
cursor_agent_run
Original single-shot chat wrapper maintained for compatibility.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client