forge

alexandremahdhaoui/forge
★ 1 stars Go Code/Dev Tools Updated today
Forge CLI is a Make-like build orchestrator using MCP servers
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": "go",
      "args": [
        "run",
        "github.com/alexandremahdhaoui/forge@latest"
      ]
    }
  }
}

README Excerpt

**AI-native build orchestration that replaces Makefiles with declarative YAML and makes every tool an MCP server.** Teams build Go services with Makefiles, shell scripts, and ad-hoc tooling. These scripts break silently, produce unreproducible builds, and are invisible to AI coding agents that communicate through structured protocols. Test environment setup -- Kind clusters, TLS registries, Helm charts -- requires manual steps that differ per developer machine. Forge replaces this with a single