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

# Cursor

> Connect Rippit to Cursor as a custom MCP server.

## Add the server

1. Open **Cursor Settings** (`Cmd/Ctrl` + `,`, or the gear icon in the top-right).
2. In the left sidebar, select **Tools & MCPs**.
3. Under **Installed MCP Servers**, click **New MCP Server** ("Add a Custom MCP Server"). This opens your `mcp.json` file.
4. Add the Rippit entry:

```json theme={null}
{
  "mcpServers": {
    "Rippit": {
      "url": "https://mcp.rippit.com/mcp"
    }
  }
}
```

5. Save the file. Rippit appears under **Installed MCP Servers**. Toggle it on if it isn't already.
6. When prompted, sign in to Rippit in the browser window that opens.

Enable **Wait for MCP Authentication** in **Tools & MCPs** so Cursor waits for you to finish signing in rather than timing out.

## Next steps

* [What Rippit can do for AI assistants](/mcp-server/overview#what-rippit-can-do-for-ai-assistants)
* [Troubleshooting](/troubleshooting)
