---
title: Cursor Integration
description: Configure Cursor IDE to use Siglata MCP tools in Composer and Chat.
sidebar:
  label: Cursor
  order: 5
---

Cursor supports Model Context Protocol (MCP) servers and Agent Skills in both Composer and the AI Chat sidebar.

## Automated Setup

Run the Siglata Universal Installer:

**macOS & Linux**

```bash curl -fsSL https://www.siglata.com/install/plugins | sh ```

**Windows**

```powershell irm https://www.siglata.com/install/plugins.ps1 | iex ```

The installer detects Cursor, installs the `files` skill into `~/.cursor/skills/siglata`, and configures `~/.cursor/mcp.json`.

## Manual Setup

Create or update `.cursor/mcp.json` in your repository or user directory:

```json
{
  "mcpServers": {
    "siglata": {
      "type": "streamable-http",
      "url": "https://www.siglata.com/v1/mcp"
    }
  }
}
```

Or configure via **Settings > Features > MCP**:

- **Name**: `siglata`
- **Type**: `Streamable HTTP / SSE`
- **URL**: `https://www.siglata.com/v1/mcp`

## Using Siglata in Cursor

1. **Invoke in Chat**: Type `@siglata` in Composer or Chat to query spreadsheet data.
2. **Reviewing Mutations**: When Cursor updates a spreadsheet, Siglata presents a diff plan before mutating cells.
3. **Multi-File Context**: Combine codebase logic with live spreadsheet numbers in a single prompt.
