Using Cursor with Marrow MCP
Use Cursor when you want a coding workspace that connects to Marrow through MCP.
Prerequisites
- Cursor installed, with an active sign-in session.
- A Marrow MCP key. Create one in Marrow MCP Integrations.
Step 1: Add the Marrow MCP server
Add this to~/.cursor/mcp.json for global setup, or .cursor/mcp.json for a project:
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:Starter project
Want a working starting point? Clone our Cursor template repository, 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
- Data Scheme JSON: https://api.marrow.com/api/v1/spec/data-scheme
- Need help? Use the contact form

