packages/docs/docs/contributing/leadership/cursor-ide.md
Cursor is an AI-powered code editor that helps you automate code changes, create pull requests, and enforce custom rules in your codebase. This guide will show you how to:
.cursor/rules directoryThe GitHub MCP (Model Code Platform) server allows Cursor to connect with your GitHub repositories. With the MCP server, you can automate code changes, manage pull requests, and streamline your development process.
To install the MCP server, use the one-click install option available here.
Once the MCP server is running and connected to your repository, you can use Cursor's AI to automate code changes and pull requests.
Follow these steps to fix a GitHub issue using Cursor:
.cursor/rules DirectoryCursor supports custom rules to help your team follow code style, workflows, and best practices. You can store these rules in the .cursor/rules/ directory.
Each rule is a Markdown (.mdc) file that describes guidelines or steps. These files can contain:
Learn more about cursor rules: documentation.
.cursor/rules/..cursor/rules/ directory.