forge-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@forge-mcpresearch the fall of the Roman Empire"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
forge
Front door for the erewhon code agents — a forge CLI and a forge-mcp MCP server over a fleet
of coding agents: review ensembles, parallel model comparison, research harnesses, dependency
bumping, testing loops, and an architect/worker coding pipeline.
forge <verb> [args] — run forge <verb> --help for each agent's own options.
Where tasks go: verbs that emit (
audit/testing/refactor/deps, the pipeline) file into the configured task store — a Nous Forge notebook (needs the[nous]extra), GitHub issues withTASK_STORE_BACKEND=github, or git-bug bugs stored in the repo itself withTASK_STORE_BACKEND=git-bug(tasks travel with the clone — no tracker API, no server).Models: the review/analysis ensembles run against any OpenAI-compatible endpoint (point
*_OPENAI_BASE_URL-style settings at your router);editandtask/buildcan also drive Claude/OpenCode per their model settings.MCP:
research,review,bookare exposed as MCP tools viaforge-mcp; the rest are CLI-only.
Research & writing
Example | Does |
| Iterative research: plan → research → verify → synthesize ( |
| Book-length research via generator–evaluator sprint cycles |
Related MCP server: Coding Tools MCP
Review & analysis (read-only)
Example | Does |
| PR review ensemble; |
| Adversarial multi-model audit (discover→dedup→verify); |
| Find untested behavior → file test-gap tasks ( |
| Find smells, verify safe+worthwhile, file refactor tasks |
| Nightly code review of recent commits (markdown by default; optional Nous daily-note sink) |
Code generation & autonomy
Example | Does |
| Same prompt, N models (2–26), compare the diffs |
| Autonomous worker: pick the top ready task, run it in the sandbox, commit ( |
| Backlog report: non-done tasks grouped by project, worker dispatch gate resolved per row; |
| Coding pipeline A0+A1 framing; |
| Orchestrator wave loop (dispatch → verify → replan); |
| Final full-quorum epic sign-off (a human merges after) |
| Dependency bumper: scan + gate; |
| Upstream sync for additive forks: fetch + merge on a sync branch in a disposable worktree; green-suite + collision-seat gates; |
| Fleet sweep over a Soft Serve instance: enumerate repos via SSH, keep workdir clones fresh, run |
Eval
Example | Does |
| Score models against frozen gold sets and print the report |
| Save a scorecard as baseline / compare a fresh one against it |
Install
uv sync # library + CLI, no Nous
uv sync --extra nous # + the Nous task-store backend
# or as a global tool:
uv tool install --editable ~/path/to/forge # `forge` + `forge-mcp`
uv tool install --editable '~/path/to/forge[nous]' # with the Nous backendMachine-local settings (router URL, API key, project paths) live in a gitignored .env at the
repo root — every agent's settings read it when run from the repo.
Setting up on a work machine (Bedrock strong tiers + a local model)? See docs/RUNBOOK-work-install.md and the router recipe at docs/work/litellm-work.yaml.
Conventions. Path-based verbs (audit/testing/refactor) read files/dirs into one context
(no file tools) — scope them to a crate/module, not a whole repo. First pass any emit with
--dry-run-emit to preview volume. Emitted tasks land Spec Needed + Manual (proposals),
deduped by a stable external_ref, so re-running the same sweep never duplicates.
License
Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityAmaintenanceMCP server that bridges coding agents (Claude Code, Codex, Gemini CLI) via ACP for pair programming, enabling agents to consult each other as tools.Last updated
- Alicense-qualityAmaintenanceEmpower any MCP-compatible AI Agent(MCP Client) with engineering-grade capabilities to understand, modify, run, and deliver real-world code repositories.Last updated531Apache 2.0
- Alicense-qualityFmaintenanceEnables orchestrating multiple AI CLI agents (Claude Code, Codex, Gemini CLI, Copilot CLI) through a unified MCP interface for task delegation, cross-agent comparison, and specialized tools like code review and debugging.Last updated2814MIT
- AlicenseAqualityAmaintenanceProvides AI coding agents with five intelligence layers (dependency graph, git history, documentation, architectural decisions, code health) via nine MCP tools, enabling deep codebase understanding and reducing exploration cost.Last updated2114,270AGPL 3.0
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/erewhon/forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server