MCPG Config
mcpg.cloud/configs

Build a gateway config. Encrypt it here. Share one link.

An MCPG configuration is a list of everything your gateway will reach, who may reach it, and under what identity. It is not a document to paste into a chat. Build it here, encrypt it in this browser with AES-256-GCM, and hand out a URL and a secret that travel separately.

The service stores ciphertext

Encryption happens in this page before anything is uploaded. The secret is generated here, shown once, and never transmitted — there is no field in any request that could carry it.

The link and the secret are separate

A URL on its own decrypts nothing. Send it through one channel and the secret through another, and a leak of either alone is not a leak of your config.

The gateway reads it directly

Point a gateway at the config URL with the secret in its environment. It fetches the ciphertext and decrypts locally — no browser involved, and no plaintext at rest anywhere.

MCPG Config — Build a gateway config. Encrypt it here. Share one link.