Connecting Rocketlane MCP to Cursor

Created by Advaith R, Modified on Thu, 25 Jun at 4:51 PM by Advaith R

  • Plan Availability
  • Essential
  • Standard
  • Premium
  • Enterprise

Rocketlane MCP lets Cursor connect securely to Rocketlane so users can search Rocketlane data, view projects and tasks, and work with Rocketlane directly from Cursor.

Use this article to configure Rocketlane MCP in Cursor.


Prerequisites

Before connecting Rocketlane MCP to Cursor:

  • Ensure Cursor is installed.
  • Ensure the user has access to Rocketlane.
  • Ensure the Rocketlane MCP server URL is available.
  • Ensure the user can complete the OAuth authorization flow.

Rocketlane MCP Server URL

Use the following MCP server URL while configuring Rocketlane in Cursor:

https://rocket-mcp.rl-platforms.rocketlane.com/mcp


Open the MCP Configuration File

Cursor reads MCP server configuration from the mcp.json file.

The file is located at:

~/.cursor/mcp.json


There are multiple ways to open or create this file.

Method A: Use Quick Open

This is the recommended method.

  1. Open Cursor.
  2. Press ⌘P on Mac or Ctrl+P on Windows/Linux.
  3. Type:

~/.cursor/mcp.json


  1. Press Enter.
  2. If the file does not exist, Cursor prompts to create it. Select Yes.

Method B: Use the File Menu

  1. Open Cursor.
  2. Select File → New File if the file does not exist, or File → Open File… if it already exists.
  3. Press ⌘⇧G on Mac, or browse to the home directory on Windows/Linux.
  4. Navigate to: ~/.cursor/
  1. Create or open the file named: mcp.json


Method C: Use Terminal

Use Terminal if you prefer to create or edit the configuration file manually.

  • To open the file in Nano: nano ~/.cursor/mcp.json
  • To open the file in VS Code: code ~/.cursor/mcp.json

Add the Rocketlane MCP Configuration

Once mcp.json is open, add the Rocketlane MCP server configuration.

Paste the following configuration:

{
  "mcpServers": {
    "rocketlane": {
      "url": "https://rocket-mcp.rl-platforms.rocketlane.com/mcp"
    }
  }
}


If the file already has other MCP servers

If mcp.json already contains other MCP servers, merge the Rocketlane configuration with the existing content.

Example:

{
  "mcpServers": {
    "existing-server": {
      "url": "https://example.com/mcp"
    },
    "rocketlane": {
      "url": "https://rocket-mcp.rl-platforms.rocketlane.com/mcp"
    }
  }
}



Save the Configuration File

After adding the Rocketlane MCP configuration:

  1. Press ⌘S on Mac or Ctrl+S on Windows/Linux.
  2. Confirm that the file is saved as: ~/.cursor/mcp.json




Restart Cursor so it can load the new MCP configuration.

  1. Quit Cursor completely.
    • On Mac, press ⌘Q.
    • On Windows/Linux, close all Cursor windows.
  2. Reopen Cursor.

Rocketlane MCP should appear in the tools panel or MCP features section.


Verify and Authenticate the Connection

After restarting Cursor, verify that Rocketlane MCP is available and complete authentication.

Open Cursor Composer

  1. Press ⌘I on Mac or Ctrl+I on Windows/Linux.
  2. The Composer panel opens.

Test Rocketlane MCP

  1. In Composer, type: rocketlane.
    You can also try: show my Rocketlane projects
  1. Press Enter.

Authenticate Rocketlane

When Cursor detects the Rocketlane MCP server, it prompts the user to connect.

  1. Click Connect with rocketlane.
  2. Select Authenticate.
  3. Complete the OAuth authorization flow in the browser.
  4. Return to Cursor.

After authentication is complete, Rocketlane MCP tools become available in Cursor.


Confirm the Connection Is Working

Run any of the following prompts in Cursor:

  1. Show me my Rocketlane projects
  2. List my active tasks in Rocketlane
  3. What’s my Rocketlane account profile?
  4. If Cursor returns Rocketlane data, the connection is working.

Troubleshooting

Rocketlane MCP does not appear in Cursor

If Rocketlane MCP does not appear after restarting Cursor:

  1. Confirm that the configuration file is saved at: ~/.cursor/mcp.json
  2. Check that the JSON syntax is valid.
  3. Confirm that the Rocketlane MCP server URL is entered correctly.
  4. Restart Cursor completely and try again.

Cursor does not prompt for authentication

If Cursor does not prompt for authentication:

  1. Open Composer again.
  2. Enter a Rocketlane-related prompt, such as: Show me my Rocketlane projects
  3. Check whether Cursor prompts to connect with Rocketlane.
  4. If not, restart Cursor and verify the MCP configuration


Authentication does not complete

If OAuth authentication does not complete:

  1. Restart Cursor.
  2. Trigger Rocketlane again from Composer.
  3. Reauthenticate through the browser.
  4. Confirm that the Rocketlane account has access to the workspace and projects being queried

















Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article

Contact our support team

Have more questions? Paid users can log in and email or chat with us.

Start your free trial