> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lazyraccoon.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> What gets synced for Cursor.

**Tool ID:** `cursor`
**Config directory:** `~/.cursor/`

## Synced files

| File / Directory | Type                     | Description              |
| ---------------- | ------------------------ | ------------------------ |
| `rules/`         | Markdown (`.md`, `.mdc`) | Cursor rules             |
| `mcp.json`       | JSON                     | MCP server configuration |

## Example

```bash theme={null}
lazy push --tool cursor
lazy pull --tool cursor
```
