VSCode + Cline MCP Setup
Configure Forge as an MCP server for the Cline extension in VSCode.Prerequisites
1
Install Cline Extension
- Open VSCode
- Go to Extensions (
Cmd/Ctrl + Shift + X) - Search for “Cline”
- Install the Cline extension
2
Install Forge
3
Get Project ID
Configuration
Option 1: Via Cline Settings UI
1
Open Cline Settings
- Press
Cmd/Ctrl + Shift + P - Type “Cline: Settings”
- Select and open
2
Add MCP Server
In the MCP Servers section, add:Name:
automagik-forge
Command: npx
Args: automagik-forge --mcp
Project ID: your-project-uuid-here3
Save and Restart
Save settings and reload VSCode window
Option 2: Via JSON Configuration
1
Open Settings JSON
Cmd/Ctrl + Shift + P- “Preferences: Open Settings (JSON)”
2
Add Configuration
3
Reload VSCode
Cmd/Ctrl + Shift + P → “Developer: Reload Window”Advanced Mode
For power users:Usage with Cline
Task Management
Planning
Troubleshooting
Cline can't find MCP server
Cline can't find MCP server
- Check Forge is installed:
npm list -g automagik-forge - Verify JSON syntax in settings
- Reload VSCode window
- Check Cline output panel for errors
Project ID invalid
Project ID invalid
- Open Forge:
npx automagik-forge - Verify project exists
- Copy correct UUID
- Update settings
- Reload VSCode
Tools not working
Tools not working
Ask Cline: “What MCP tools do you have?”If
automagik-forge doesn’t appear, check configuration.
