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

# Using Cursor with Marrow MCP

# Using Cursor with Marrow MCP

Use Cursor when you want a coding workspace that connects to Marrow through MCP.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/hologrowinc/hub-files/mcp/marrow/cursor-connector.png" alt="Cursor connector setup steps" />

## Prerequisites

* [Cursor](https://cursor.com) installed, with an active sign-in session.
* A Marrow MCP key. Create one in [Marrow MCP Integrations](https://app.marrow.com/integrations/mcp).

## Step 1: Add the Marrow MCP server

Add this to `~/.cursor/mcp.json` for global setup, or `.cursor/mcp.json` for a project:

```json theme={null}
{
    "mcpServers": {
        "marrow": {
            "envFile": "${workspaceFolder}/.cursor/.env",
            "command": "yarn",
            "args": [
                "run",
                "mcp-remote",
                "https://mcp.marrow.com/mcp/v1",
                "--header",
                "marrow-mcp-key: ${MARROW_MCP_KEY}"
            ]
        }
    }
}
```

Replace `MARROW_MCP_KEY` with your Marrow MCP key.

## Step 2: Reload Cursor

Restart Cursor, or reload the window, so it loads the new MCP server.

## Step 3: Test the connection

Run a prompt that uses Marrow data, for example:

```text theme={null}
Show me my Amazon Seller Central sales for the last 7 days.
```

If Cursor returns real data, you're connected.

## Starter project

Want a working starting point? Clone our [Cursor template repository](https://github.com/Deltologic/marrow-mcp-cursor), which is already configured.

***

## Marrow MCP resources

Check the following resources for more information:

* MCP server URL: `https://mcp.marrow.com/mcp/v1`
* [Interactive Data Scheme](/hub/data-scheme)
* Data Scheme JSON: [https://api.marrow.com/api/v1/spec/data-scheme](https://api.marrow.com/api/v1/spec/data-scheme)
* Need help? Use the [contact form](https://forms.clickup.com/9015200219/f/8cnj2ev-38615/AOYF9I35QFOXWJQXIG?type=Form\&source=hub-mcp-cursor-docs)
