Seguridad¶
En despliegues públicos habilita OAuth y no montes el Docker socket, la raíz del host ni credenciales de larga duración.
Mandatory rules:
- Keep OAuth enabled for public deployments.
- Do not mount
/var/run/docker.sock. - Do not mount the host root filesystem.
- Do not expose unauthenticated MCP tools on the public internet.
- Treat file links and credential volumes as sensitive.
- Use disposable containers or VMs when granting broad authority.