Skip to content
Siglata Docs
English
Esc
navigateopen⌘Jpreview
On this page

Cursor Integration

Configure Cursor IDE to use Siglata MCP tools in Composer and Chat.

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:

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

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:

{
  "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.

Was this page helpful?