Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ€– Coding Agents
  3. Forge
Forge logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 4:01:33 PM

Forge

User RatingsBe the first to rate and review this MCP server!
View Repository34 GitHub StarsTotal stargazers on GitHub for the source repository (34 stars).Visit Website
claudecoding-agentsparallel-executionvalidationgit-worktrees

Structured planning and parallel execution for multi-module Claude Code tasks with deep validation and retry support.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for TT-Wang/forge, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ€– More in Coding Agents

Overview

This MCP server transforms single-line objectives into detailed directed acyclic graph (DAG) plans of modules executed in parallel using isolated git worktrees. It provides structured planning, module-level validation, intelligent retries, and cross-module review to prevent silent state corruption common in multi-step Claude Code workflows. Use it when your coding tasks span multiple files or modules and require coordination, validation, and resumability beyond simple prompting.

Use cases

β€’Break multi-file coding tasks into validated modules
β€’Run independent code modules in parallel worktrees
β€’Automatically retry failed modules with debugging context
β€’Resume incomplete sessions without restarting work
β€’Track and recall failure patterns across sessions

Key features

β€’DAG-based task planning with dependency tracking
β€’Parallel execution in isolated git worktrees with auto-commits
β€’Module-specific verification commands and acceptance criteria
β€’Multi-lens review including self-consistency and cross-module checks
β€’Structured JSONL failure ledger with pattern recall
β€’Session state management with stagnation and oscillation detection

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Forge.

Extracted Tool Capabilities
DAG-based task planning with dependency tracking
Parallel execution in isolated git worktrees with auto-commits
Module-specific verification commands and acceptance criteria
Multi-lens review including self-consistency and cross-module checks
Structured JSONL failure ledger with pattern recall
Session state management with stagnation and oscillation detection

Documentation Overview

Forge

CI License: MIT Node forge MCP server

Turn Claude Code into a structured delivery loop: plan the work, run modules in parallel, validate deeply, retry intelligently, and carry forward what worked.

Why Forge

Single-agent Claude Code drifts past ~5 steps. The failure mode isn't code quality β€” it's silent state corruption: parallel workers branching from stale HEAD, modules quietly clobbering each other's changes, "DONE" status that hides broken integration. Forge externalizes the plan β†’ execute β†’ validate loop so the same task that would silently break at 7 steps cleanly delivers at 30.

Core mechanic:

  • DAG plans, not linear chains β€” workers run in parallel where dependencies allow
  • Worktree isolation + auto-WIP commits between tiers β€” every tier writes to disk before the next branches off (this exists because we shipped memem v0.10.0 once with this exact failure: 20 min of recovery work)
  • Per-module verify commands & acceptance criteria β€” defined at plan time so workers can't quietly lower the bar
  • Multi-lens review β€” a separate reviewer agent + 3Γ— self-consistency catches cross-module bugs single-module reviewers miss
  • Structured failure ledger β€” failure modes captured as JSONL, recalled by pattern ID in the next plan

Track record: shipped memem v1.7 β†’ v1.8.3 (7 releases) in a single day, including a 9-file anti-recursion safety fix and a persistent slice daemon β€” with human in the loop only at yes/modify/abort gates.

Install

Copy-paste:

Terminal
claude plugin marketplace add TT-Wang/forge
claude plugin install forge@tt-wang-plugins

First start may take a few seconds because Forge bootstraps its MCP server dependencies automatically.

After install:

  1. restart Claude Code if it was already open
  2. open any repo you want to work in
  3. run /forge <objective>

Example:

text
/forge add audit logging for admin actions

The Pitch

Forge is for the point where plain prompting stops being enough.

If the task touches several files, needs coordination between modules, or needs proof that it actually works, Forge gives Claude Code a workflow instead of just another prompt:

  • break the work into modules
  • run what can be parallelized
  • validate each module hard
  • retry failures with debugger context
  • remember what worked for the next task

You still use Claude Code. Forge just adds structure around the hard parts.

What You Get

  • Structured planning: breaks a feature into modules with dependencies and verification commands
  • Parallel execution: runs independent modules at the same time in isolated worktrees
  • Deep validation: checks files, commands, syntax, and cross-module API contracts
  • Intelligent retry: tracks attempts, detects stagnation, and escalates to a debugger agent
  • Session resumability: picks up incomplete work instead of starting from scratch
  • Cross-session memory: remembers conventions, failure patterns, and test commands
  • Status visibility: exposes progress in Claude output and a terminal status line

Why Not Just Use Claude Code Directly?

For many tasks, you should.

Task shapePlain Claude CodeForge
One small editBetterOverkill
Quick investigationBetterOverkill
Multi-file featureManual coordination requiredStrong fit
Parallelizable workYou manage it yourselfBuilt in
Deep validationYou remember to run itPart of the workflow
Retry after failureManual retry and debuggingTracked, guided, resumable
Reusing patterns across sessionsAd hocBuilt in memory

Forge is not trying to replace normal usage. It is for the tasks where orchestration matters.

Quick Start

60-second setup

  1. Install Forge with the two commands above
  2. Restart Claude Code
  3. Open your project
  4. Paste one objective:
text
/forge add JWT auth with refresh tokens
  1. Approve the generated plan

Run

text
/forge build an audit log for admin actions

Check Progress

text
/forge-status

Re-check One Module

text
/forge-validate m2

A Typical Session

text
/forge add JWT auth with refresh tokens

[forge] Phase 1: Planning...
[forge] Proposed Plan: 4 modules, 2 parallel groups
[forge] Proceed with this plan? (yes / modify / abort)

[forge] Phase 2: Executing m1...
[forge] Phase 2: Executing m2, m3 in parallel...
[forge] βœ“ m2: DONE β€” validated, score 1.0
[forge] βœ— m3: FAILED β€” retrying with debugger
[forge] βœ“ m3: DONE β€” validated after retry

[forge] ## Forge Complete
[forge] 4/4 modules completed

That is the experience Forge is aiming for: less manual steering, more visible progress, and fewer silent failures.

What To Expect On First Run

  • Forge will create a local .forge/ directory in your project
  • the MCP server may spend a few seconds installing its Node dependencies
  • your first real interaction is the plan review step
  • nothing executes until you explicitly approve the plan

Current Project Structure

text
forge/
β”œβ”€β”€ .claude-plugin/
β”‚   β”œβ”€β”€ plugin.json
β”‚   └── marketplace.json
β”œβ”€β”€ .claude/
β”‚   β”œβ”€β”€ settings.json
β”‚   └── settings.local.json
β”œβ”€β”€ agents/
β”‚   β”œβ”€β”€ planner.md
β”‚   β”œβ”€β”€ worker.md
β”‚   β”œβ”€β”€ reviewer.md
β”‚   └── debugger.md
β”œβ”€β”€ skills/
β”‚   β”œβ”€β”€ forge/
β”‚   β”‚   └── SKILL.md
β”‚   β”œβ”€β”€ forge-status/
β”‚   β”‚   └── SKILL.md
β”‚   └── forge-validate/
β”‚       └── SKILL.md
β”œβ”€β”€ forge-mcp-server/
β”‚   β”œβ”€β”€ index.mjs
β”‚   β”œβ”€β”€ start.sh
β”‚   β”œβ”€β”€ package.json
β”‚   └── tests/
β”œβ”€β”€ statusline/
β”‚   └── forge-status.sh
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ architecture.md
β”‚   β”œβ”€β”€ mcp-tools.md
β”‚   └── launch/
β”œβ”€β”€ CHANGELOG.md
β”œβ”€β”€ CONTRIBUTING.md
β”œβ”€β”€ SECURITY.md
β”œβ”€β”€ CLAUDE.md
└── README.md

At runtime, Forge also creates a local .forge/ directory in the working project to store plans, logs, memory, retry history, and resumable state.

The Main Pieces

Agents

Forge ships with four focused agents:

  • planner: explores the codebase and proposes the module plan
  • worker: implements one module in an isolated worktree
  • reviewer: checks correctness, security, and contract mismatches
  • debugger: investigates failed modules and drives retry

Skills

The user-facing commands are:

  • /forge: full orchestrator workflow
  • /forge-status: current plan, module progress, and learned patterns
  • /forge-validate: re-run validation for one module

MCP Server

The bundled MCP server provides the shared runtime capabilities Forge needs:

  • validate
  • validate_plan
  • memory_recall
  • memory_save
  • iteration_state
  • forge_logs
  • session_state

These tools let multiple agents coordinate without relying on loose conversational memory.

Status Line

Forge can render live progress in your terminal:

text
[forge] β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘ 2/5 | VALIDATE | refresh endpoint | 3m19s | ~2m30s left

To use it:

Terminal
claude statusline set "bash /path/to/forge/statusline/forge-status.sh"

What Lives In Your Project

Forge keeps its runtime state in a local .forge/ directory inside the working project. That includes:

  • execution plans
  • retry history
  • learned patterns
  • structured logs
  • resumable session state

This keeps the workflow inspectable instead of hiding everything behind opaque agent state.

Documentation

  • Architecture β€” orchestrator, agents, MCP server, and state flow
  • MCP tools reference β€” input/output schemas and examples for all 7 tools
  • Changelog β€” release notes
  • Contributing β€” dev setup, tests, linting, and PR process
  • Security β€” vulnerability reporting and security scope

Manual Installation

If you do not want to install from the Claude Code marketplace, you can wire Forge manually:

bash
git clone https://github.com/TT-Wang/forge.git /tmp/forge
mkdir -p .claude/agents .claude/skills
cp /tmp/forge/agents/*.md .claude/agents/
cp -r /tmp/forge/skills/* .claude/skills/
cp -r /tmp/forge/forge-mcp-server ./forge-mcp-server/
cd forge-mcp-server && npm install && cd ..

Then wire the MCP server using the reference config in .claude/settings.json.

Development

bash
git clone https://github.com/TT-Wang/forge.git
cd forge/forge-mcp-server
npm install
npm test

Works Great With

  • memem β€” persistent cross-session memory for Claude Code. Forge handles planning and execution; memem helps carry useful patterns across runs.
  • Vibereader β€” curated tech news while Claude works

License

MIT β€” see LICENSE

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Coding Agents View all alternatives
  • Roundtable logoRoundtable

    Zero-configuration MCP server that unifies multiple AI coding assistants (Claude Code, Cursor, Codex) through intelligent auto-discovery and standardized interface. Essential infrastructure for autonomous agent development and multi-AI collaboration workflows.

    πŸ€– Coding Agents2 views
    Compare vs Roundtable β†’
  • Codex MCP Tool logoCodex MCP Tool

    MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)

    πŸ€– Coding Agents4 views
    Compare vs Codex MCP Tool β†’
  • Openclaw MCP logoOpenclaw MCP

    MCP server for OpenClaw AI assistant integration. Enables Claude to delegate tasks to OpenClaw agents with sync/async tools, OAuth 2.1 auth, and SSE transport for Claude.ai.

    πŸ€– Coding Agents3 views
    Compare vs Openclaw MCP β†’
  • Kagan logoKagan

    AI-powered Kanban TUI and MCP server for autonomous development workflows. Orchestrates 14 coding agents across task tracking, isolated git worktrees, review, and merge.

    πŸ€– Coding Agents3 views
    Compare vs Kagan β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
34
Stargazers on the source repository.
Last commit
10d ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Forge

Forge prevents silent state corruption and coordination errors by externalizing planning, execution, and validation loops, enabling reliable multi-module workflows.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewForge AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tt-wang-forge?style=directory)](https://allmcps.com/mcp/tt-wang-forge)
HTML Embed
<a href="https://allmcps.com/mcp/tt-wang-forge"><img src="https://allmcps.com/api/badge/tt-wang-forge?style=directory" alt="Forge on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ€–Coding Agents
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 1, 2026
4/5 checks healthy over the last 32d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars34
GitHub Star CountTotal stargazers on GitHub representing community popularity (34 stars).
Last commit10d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 1, 2026
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools21/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ€– Coding Agents β†’Best MCP servers for Coding Agents β†’Alternatives to Forge β†’Install in Claude DesktopInstall in CursorInstall in VS Code