Skip to main content

Cursor MCP Setup

Configure Forge as an MCP server for Cursor in 3 minutes.

Prerequisites

1

Install Forge

2

Get Your Project ID

Copy the UUID from your browser URL:

Configuration

1

Open Cursor Settings

  • Press Cmd/Ctrl + ,
  • Or go to Cursor → Settings
2

Search for MCP

Type “MCP” in the settings search box
3

Add Configuration

Add this to your MCP configuration:
Replace your-project-uuid-here with your actual Project ID.
4

Reload Window

  • Press Cmd/Ctrl + R to reload Cursor
  • Or restart Cursor completely
5

Test

Try: "Create a task to add a README file"Cursor’s AI should create the task via MCP!

Option 2: Advanced Mode

For power users who need full Forge control:
Start with basic mode (7 tools). Advanced mode has 56 tools which can confuse the AI.

Usage in Cursor

With Cursor Composer

With @ Commands

Access Forge tasks using @:

Troubleshooting

Solutions:
  1. Verify Forge is installed: npm list -g @automagik/forge
  2. Check settings JSON syntax (no trailing commas)
  3. Ensure "command": "npx" not "node"
  4. Reload Cursor window (Cmd/Ctrl + R)
Error: Project not foundFix:
  1. Open Forge UI: npx automagik-forge
  2. Copy correct UUID from URL
  3. Update projectId in Cursor settings
  4. Reload Cursor
Check:
  1. Ask Cursor: “What MCP servers do you have?”
  2. Verify automagik-forge appears
  3. If not, check config and reload

Configuration File Location

Cursor stores MCP config in:

Next Steps

MCP Overview

Learn about MCP integration

MCP Tools

See all available tools