forge

erewhon/forge
★ 0 stars Python Code/Dev Tools Updated 3d ago
Front door for the erewhon code agents: CLI and MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "forge": {
      "command": "uvx",
      "args": [
        "forge"
      ]
    }
  }
}

Or install with pip: pip install forge

README Excerpt

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.