Publish MCP packages to the Q2X registry. Requires a signing key pair and an active subscription.
Generate a key pair
Ed25519 key pair for signing packages. The private key stays on your machine — only the public key is uploaded.
openssl genpkey -algorithm ed25519 -out private.pem
openssl pkey -in private.pem -pubout -out public.pemRegister and get your API token
Complete the onboarding wizard to upload your public key and receive an API token for publishing.