Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 12, 2026·2 min de lectura

gh-aw-mcpg — MCP Gateway for Sandboxed Agents

gh-aw-mcpg is a Docker-first MCP gateway that exposes backend MCP servers over HTTP so sandboxed agents call tools through one controlled entrypoint.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Single
Confianza
Confianza: Established
Entrada
README.md
Comando CLI universal
npx tokrepo install 9c0b34f6-a08a-4723-8547-8cad70ca35ed
Introducción

gh-aw-mcpg is a Docker-first MCP gateway that exposes backend MCP servers over HTTP so sandboxed agents call tools through one controlled entrypoint.

  • Best for: teams running agents in containers who need a single, auditable MCP entrypoint with guardrails
  • Works with: Docker, HTTP-based MCP clients, containerized stdio MCP servers
  • Setup time: 20 minutes

Practical Notes

  • One HTTP endpoint can route to multiple MCP backends (config-driven)
  • Default quick start uses port 8000 and mounts /var/run/docker.sock to spawn backend servers
  • GitHub stars/forks (verified): see Source & Thanks

A gateway matters when your agent environment is constrained:

  • Your agent runs in a sandbox/container and shouldn't have direct network access to every tool.
  • You want one place to apply policy (what repos can be read, what data can be written), logging, and health checks.

Operationally, treat the gateway as “MCP ingress”:

  1. Put all tool access behind it (even if some tools are stdio-in-container).
  2. Keep the configuration file in version control so changes are reviewable.
  3. Rotate API keys and restrict backend credentials (e.g., GitHub tokens) the same way you would for CI.

If you're already using GitHub Agentic Workflows, this repo is designed as the MCP access layer for sandboxed runs.

FAQ

Q: What does it do? A: It proxies/routs MCP requests over HTTP to multiple configured backend MCP servers.

Q: Why is Docker required in quick start? A: The gateway can spawn containerized stdio servers, so it mounts Docker socket to run them.

Q: How do I secure it? A: Use API keys, restrict backend tokens, and keep guard/policy configuration under review.

🙏

Fuente y agradecimientos

Source: https://github.com/github/gh-aw-mcpg > License: MIT > GitHub stars: 126 · forks: 22

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados