Claude Code MCP Setup
Configure Forge as an MCP server for Claude Code in 3 minutes.Works with both Claude Desktop and Claude Code (CLI). Same configuration for both.
Prerequisites
Configuration
Option 1: Basic Mode (Recommended)
7 core tools for task management. Best for most users.Open Claude Code Settings
- macOS:
Cmd + ,or Claude Code → Settings - Windows/Linux:
Ctrl + , - Navigate to MCP Servers section
Add Forge Configuration
Add this to your MCP servers configuration:Replace
your-project-uuid-here with your actual Project ID.Option 2: Advanced Mode
56 tools including worktrees, processes, filesystem. For power users.Available Tools
Basic Mode (7 tools)
| Tool | What it does | Example |
|---|---|---|
list_projects | Get all projects | ”Show my projects” |
list_tasks | View tasks with filters | ”Show pending tasks” |
create_task | Create new task | ”Add task: Fix auth bug” |
get_task | Get task details | ”Show task #42” |
update_task | Modify task properties | ”Mark task #42 complete” |
delete_task | Remove task | ”Delete task #38” |
Advanced Mode (+49 additional tools)
Includes all basic tools PLUS:- Project management (8 tools)
- Task attempts (12 tools)
- Process management (9 tools)
- Git worktrees (7 tools)
- File operations (6 tools)
- Templates & drafts (5 tools)
- Omni integration (8 tools)
Usage Examples
Task Creation
Planning
Status Checks
Troubleshooting
MCP server not found
MCP server not found
Error:
Could not connect to MCP server 'automagik-forge'Solutions:-
Verify Forge is installed:
- Check configuration syntax (valid JSON, no trailing commas)
-
Ensure
"command": "npx"(not"node"or full path) - Restart Claude Code completely (quit and reopen)
Project not found error
Project not found error
Error:
Project 'proj_xyz' does not existSolutions:- Verify project exists in Forge UI
- Copy correct UUID from browser URL
- Update
PROJECT_IDin config - Restart Claude Code
Tools not appearing
Tools not appearing
Symptom: Claude doesn’t seem to have Forge toolsSolutions:
- Ask Claude directly: “What MCP tools do you have access to?”
- Check if
automagik-forgeappears in the list - If not, verify config and restart Claude Code
Too verbose responses
Too verbose responses
Symptom: Claude lists many tool options or seems confusedSolution: You’re in advanced mode (56 tools). Switch to basic:Remove
-advanced and restart.Configuration File Location
Claude Code MCP configuration is stored in:- macOS
- Windows
- Linux
Best Practices
Next Steps
MCP Overview
Learn more about MCP integration
MCP Architecture
Understand how MCP works
MCP Tools Reference
Complete list of all MCP tools
Workflows
See MCP in action

