Ask AI
How can we help? 👋

Connect Redreach to Cursor

One-click install from the Redreach setup page, or add the server to your Cursor MCP config by hand.

Cursor has a one-click install, so this is one of the quicker setups.

 

One-click install

Step 1: Click the button

Go to the Redreach MCP setup page, find the Cursor section, and click Add to Cursor. Approve the install when Cursor asks.

Step 2: Sign in

When the server first connects, Cursor shows Needs login. Click it.

A browser window opens on Redreach. Sign in if you are not already, click Approve, and you are connected.

Step 3: Check it works

Ask:

List my Redreach projects

If your projects come back, everything is working.

 

Or add it manually

Open Settings → MCP → Add new global MCP server, or edit .cursor/mcp.json directly, and paste this in:

{
  "mcpServers": {
    "redreach": {
      "type": "http",
      "url": "https://connect.redreach.ai/mcp"
    }
  }
}

Cursor prompts you to sign in on the first connection, exactly as above.

 
💡

Adding it as a global server makes Redreach available in every project you open. Putting it in a project's own .cursor/mcp.json limits it to that project, which is worth doing if the config file is shared with teammates who each have their own Redreach login.

 

What's next?

Next: What you can ask Redreach in your AI assistant for prompts that work.

Did this answer your question?
😞
😐
🤩