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
1
Install Forge
2
Get Your Project ID
Configuration
Option 1: Basic Mode (Recommended)
7 core tools for task management. Best for most users.1
Open Claude Code Settings
- macOS:
Cmd + ,or Claude Code → Settings - Windows/Linux:
Ctrl + , - Navigate to MCP Servers section
2
Add Forge Configuration
Add this to your MCP servers configuration:Replace
your-project-uuid-here with your actual Project ID.3
Restart Claude Code
Fully quit and restart Claude Code for changes to take effect.
4
Test It
In Claude Code, try:Claude should use the MCP tool to create the task in Forge!
Option 2: Advanced Mode
56 tools including worktrees, processes, filesystem. For power users.Advanced mode can overwhelm Claude with too many tools. Start with basic mode first!
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
Use natural language: Don’t try to call tools directly. Just describe what you want, and Claude will use the right MCP tool.✅ Good: “Create a task to add Redis caching”
❌ Bad: “use create_task with title Redis”
Start with basic mode: Only upgrade to advanced if you need specific features like manual worktree control or filesystem operations.
One project per config: If you work on multiple projects, create separate MCP server entries with different PROJECT_IDs:

