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

# Cursor Setup

> Add Slashy MCP to Cursor with a small JSON config.

Cursor reads MCP servers from a JSON config file.

## Setup

<Steps>
  <Step title="Open MCP settings">
    In Cursor, open **Settings → MCP** (or press `Cmd+Shift+J`, then search for "MCP").

    <Frame>
      <img src="https://mintcdn.com/karvixinc/Cf5d-qp20wjPdVvk/images/mcp/cursor-settings.png?fit=max&auto=format&n=Cf5d-qp20wjPdVvk&q=85&s=15eb55ab7b72319675c94ad3245b5b74" alt="Cursor MCP settings panel" style={{width: "100%", maxWidth: "800px", margin: "0 auto"}} width="2200" height="1540" data-path="images/mcp/cursor-settings.png" />
    </Frame>
  </Step>

  <Step title="Add Slashy to your config">
    Paste this into your `mcp.json` (or the MCP section of `settings.json`):

    ```json theme={null}
    {
      "mcpServers": {
        "slashy": {
          "url": "https://slashy.ctrlcenter.ai/mcp"
        }
      }
    }
    ```

    Save the file.

    <Frame>
      <img src="https://mintcdn.com/karvixinc/Cf5d-qp20wjPdVvk/images/mcp/cursor-config.png?fit=max&auto=format&n=Cf5d-qp20wjPdVvk&q=85&s=279bbf45e3cde6a25739d9cfb16ff55b" alt="Cursor mcp.json file with Slashy entry" style={{width: "100%", maxWidth: "800px", margin: "0 auto"}} width="2472" height="1480" data-path="images/mcp/cursor-config.png" />
    </Frame>
  </Step>

  <Step title="Restart Cursor and approve OAuth">
    Fully quit Cursor (`Cmd+Q`) and reopen it. Cursor will open your browser to the Slashy login page. Sign in and click **Allow**.

    <Frame>
      <img src="https://mintcdn.com/karvixinc/Cf5d-qp20wjPdVvk/images/mcp/cursor-oauth.png?fit=max&auto=format&n=Cf5d-qp20wjPdVvk&q=85&s=efdcfdb253b2835438b1886954ef8974" alt="Cursor restart + OAuth approval" style={{width: "100%", maxWidth: "500px", margin: "0 auto"}} width="1376" height="1402" data-path="images/mcp/cursor-oauth.png" />
    </Frame>
  </Step>

  <Step title="Verify the connection">
    Open the MCP panel in Cursor. **Slashy** should show a green dot. Open a chat and ask *"What Slashy tools are available?"* - the agent will list them.

    <Frame>
      <img src="https://mintcdn.com/karvixinc/Cf5d-qp20wjPdVvk/images/mcp/cursor-verify.png?fit=max&auto=format&n=Cf5d-qp20wjPdVvk&q=85&s=60a3680e66671cc71313c40bd6d408c3" alt="Cursor MCP panel showing Slashy connected" style={{width: "100%", maxWidth: "800px", margin: "0 auto"}} width="2594" height="1394" data-path="images/mcp/cursor-verify.png" />
    </Frame>
  </Step>
</Steps>

## What happens after setup

Cursor stores the OAuth token in its secure credential store. The config file holds only the URL - never a secret.

## Next steps

<CardGroup cols={2}>
  <Card title="Using Slashy MCP" icon="play" href="/how-to-guides/slashy-mcp-using">
    Email prompts for triage, drafting, follow-ups, and scheduling.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/how-to-guides/slashy-mcp-troubleshooting">
    Fixes for OAuth, missing tools, and wrong accounts.
  </Card>
</CardGroup>
