VSCode + Cline MCP Setup
Configure Forge as an MCP server for the Cline extension in VSCode.Prerequisites
Install Cline Extension
- Open VSCode
- Go to Extensions (
Cmd/Ctrl + Shift + X) - Search for “Cline”
- Install the Cline extension
Configuration
Option 1: Via Cline Settings UI
Add MCP Server
In the MCP Servers section, add:Name:
automagik-forge
Command: npx
Args: automagik-forge --mcp
Project ID: your-project-uuid-hereOption 2: Via JSON Configuration
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.
