servers env add
Add an environment variable to a server.
mcp-use servers env add KEY=VALUE --server <id> [--env production,preview] [--sensitive]Adds an environment variable. The --env flag selects which environments it applies to (production, preview, development); --branch scopes it to one preview branch.
Changes take effect on the next deployment, trigger one with deployments restart or deploy.