The .cursor directory contains configuration files for Cursor IDE integration:
mcp.json- Configuration file that makes the MCP server available to the coding agentrules/evaluate-tool-call.mdc- Ruleset that instructs the coding agent to use theevaluate_tool_callfunction after making tool calls
- Copy the entire
.cursordirectory into your Cursor project root - The MCP server will be automatically available to the coding agent
- The evaluation rules will be applied to enhance tool call reliability
Simply copy the desired configuration directory to your target project:
cp -r example_configs/.cursor /path/to/your/project/