Cursor MCP Setup
Configure Forge as an MCP server for Cursor in 3 minutes.Prerequisites
1
Install Forge
2
Get Your Project ID
Configuration
Option 1: Basic Mode (Recommended)
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 + Rto 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
MCP server not found
MCP server not found
Solutions:
- Verify Forge is installed:
npm list -g automagik-forge - Check settings JSON syntax (no trailing commas)
- Ensure
"command": "npx"not"node" - Reload Cursor window (
Cmd/Ctrl + R)
Project ID error
Project ID error
Error:
Project not foundFix:- Open Forge UI:
npx automagik-forge - Copy correct UUID from URL
- Update
projectIdin Cursor settings - Reload Cursor
Tools not working
Tools not working
Check:
- Ask Cursor: “What MCP servers do you have?”
- Verify
automagik-forgeappears - If not, check config and reload
Configuration File Location
Cursor stores MCP config in:- macOS
- Windows
- Linux

