runthrough

N3Y70R/runthrough
★ 0 stars Go Code/Dev Tools Updated today
Language-agnostic local environment orchestrator: brings up your whole stack in containers, built straight from git worktrees. CLI + 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": {
    "runthrough": {
      "command": "go",
      "args": [
        "run",
        "github.com/N3Y70R/runthrough@latest"
      ]
    }
  }
}

README Excerpt

<!-- SPDX-License-Identifier: GPL-3.0-or-later --> **Run your whole stack the way it will actually run — before it ships.** `runthrough` brings up a full service ecosystem locally, in containers, built straight from your git worktrees. It is language-agnostic: Go microservices, a NestJS BFF, an Angular