Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

.cursor

The .cursor directory contains configuration files for Cursor IDE integration:

Files Included:

  • mcp.json - Configuration file that makes the MCP server available to the coding agent
  • rules/evaluate-tool-call.mdc - Ruleset that instructs the coding agent to use the evaluate_tool_call function after making tool calls

Usage:

  1. Copy the entire .cursor directory into your Cursor project root
  2. The MCP server will be automatically available to the coding agent
  3. The evaluation rules will be applied to enhance tool call reliability

Installation

Simply copy the desired configuration directory to your target project:

cp -r example_configs/.cursor /path/to/your/project/