devctl

amr-m-abdelgawad/devctl
★ 0 stars TypeScript Code/Dev Tools Updated 6d ago
A configuration-driven local development orchestrator: services, dependencies, environment, Google identity, service-account impersonation, IAP, an authentication-aware proxy, health checks, centralized logs, a keyboard-first TUI, and an optional MCP server for coding agents.
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": {
    "devctl": {
      "command": "npx",
      "args": [
        "-y",
        "amr-m-abdelgawad/devctl"
      ]
    }
  }
}

README Excerpt

<div align="center"> **One terminal for your local stack.** Start services, watch logs, check identity, and drive the proxy — from a keyboard-first TUI, the CLI, or an agent over MCP. <p> <a href="#try-it"><strong>Try the demo</strong></a> · <a href="#install">Install</a> · <a href="docs/README.md">Wiki</a>