Introduction
Forge’s Model Context Protocol (MCP) integration lets you control your entire task board from inside your AI coding agent. Never leave your editor - your AI manages Forge for you via natural language.Quick value: Ask Claude “create a task to add dark mode” and it’s done. No UI clicking, no context switching, just flow.
What is MCP?
Model Context Protocol (MCP) is an open standard that allows AI agents to interact with external tools and services in a structured way. Think of it as “API for AI agents” - instead of you making HTTP requests, your AI agent does it automatically based on your conversation.The Magic
Why Use MCP with Forge?
Stay in Flow
Never leave your editor. AI handles all Forge interactions while you focus on coding.
Natural Language
Use conversational commands. No need to remember CLI syntax or navigate UIs.
Faster Planning
“Plan an auth system” creates multiple tasks instantly. Seconds vs minutes.
Context Aware
AI sees your Forge tasks and suggests next steps based on your workflow.
Getting Started
Step 1: Get Your Project ID
1
Start Forge
http://localhost:30002
Navigate to Project
Create or select a project and go to its task board.
3
Copy Project ID
Find it in the browser URL:Or go to Project Settings and copy from there.
- Basic Mode (Recommended)
- Advanced Mode
7 core tools for task managementBest for: Most users. Clean, focused, fast.Tools:
list_projects- View all projectslist_tasks- Get tasks with filterscreate_task- Add new tasksget_task- View task detailsupdate_task- Modify tasksdelete_task- Remove tasks
Start here! Upgrade to advanced only if you need it.
Step 3: Configure Your AI Agent
Choose your setup guide:Claude Code
Setup for Claude Desktop and Claude Code
Cursor
Setup for Cursor IDE
VSCode + Cline
Setup for VSCode with Cline extension
Custom Client
Generic setup for any MCP client
Example Use Cases
Planning & Task Creation
Bug Tracking
Status Updates
Batch Operations
MCP Workflow Patterns
The Planning Flow
The Execution Flow
The Review Flow
Basic vs Advanced Comparison
| Feature | Basic Mode | Advanced Mode |
|---|---|---|
| Tools | 7 core tools | 56 total tools |
| Task Management | ✅ Full | ✅ Full |
| Worktree Control | ❌ Automatic only | ✅ Manual control |
| Process Management | ❌ No | ✅ Yes |
| File Operations | ❌ No | ✅ Yes |
| Template System | ❌ No | ✅ Yes |
| Omni Integration | ❌ No | ✅ Yes |
| AI Response Speed | ⚡ Fast | 🐢 Slower (more options) |
| AI Response Quality | 📝 Focused | 🔀 Can be verbose |
| Best For | 👥 Most users | 🔧 Power users |
90% of users should use Basic Mode. It’s faster, clearer, and does everything most people need.
Security & Privacy
Local-First
Forge MCP server runs 100% locally. No data leaves your machine. All operations happen on localhost.
Project Isolation
Each AI agent connects to a specific project ID:- No accidental cross-project operations
- Multiple agents, multiple projects
- Secure team collaboration
Troubleshooting
MCP server not connecting
MCP server not connecting
Check:
- Forge is installed:
npm list -g automagik-forge - Correct command in config:
"command": "npx" - Correct args:
"args": ["automagik-forge", "--mcp"] - Restart your AI agent after config changes
Project ID not found
Project ID not found
Error:
Project 'proj_xyz' not foundSolution:- Open Forge:
npx automagik-forge - Verify project exists in UI
- Copy correct UUID from browser URL
- Update MCP config
- Restart AI agent
AI gives confusing responses
AI gives confusing responses
Symptom: AI lists too many tools or seems uncertainSolution: You’re in advanced mode with 56 tools. Switch to basic:
Changes not appearing in UI
Changes not appearing in UI
Solution: Refresh your browser. MCP changes happen in the database; UI needs refresh to show them.
Next Steps
1
Choose Your Agent
Pick which AI coding agent you use:
2
Configure MCP
Follow the setup guide for your chosen agent. Takes 2-3 minutes.
3
Test It Out
Try a simple command:Your AI should create the task via MCP!
4
Explore Workflows
Learn advanced patterns:

