# Cursor

### Using with Cursor

1. Go to your Cursor editor's settings ( **"Settings"** > **"Cursor Settings"**)

2. Navigate to **"MCP"** > **"+ Add new global MCP server"** OR **"Tools & Integrations"** > **"New MCP Server"**

3. Add the following to your `mcp.json`:

```json
   {
       "marble":{
           "command":"npx",
           "args":["mcp-remote","https://apps.gomarble.ai/mcp-api/sse"]
       }
   }
   ```

4. Save your `mcp.json` file. If this is your first time using the integration, you'll be prompted to authenticate.

5. Once authenticated, you can start using Cursor with our MCP server.

**Note**: If you run into Internal Server Error you can delete your local `~/.mcp-auth` directory:

```bash
rm -rf ~/.mcp-auth
```

> **Warning**: If you have other applications that might be using this directory `~/.mcp-auth` you will need to re-auth (e.g., other applications that use mcp-remote)
