v0.2.0
Akeyless Trusted Access Layer for OpenAI Codex
First public release of @akeyless-community/codex-mcp — an MCP server that keeps secrets out of Codex's context while enabling secure development workflows.
Environment tools
list_environment_variables— discover env var names (no values)run_with_environment— run commands with JIT secret injectionstore_secret— migrate hardcoded secrets into Akeylesswrite_env_reference— generate.env.examplewithakeyless://referencesscan_for_exposed_secrets— find hardcoded credentials in reposcreate_environment/describe_environment
Runtime Authority (ARA) tools
list-secrets— list ARA-enabled dynamic/rotated secretsquery-db— secretless database queries via Akeyless Gatewayservice-execute— secretless AWS/GCP/Azure/K8s/GitHub actions
Install
codex mcp add akeyless \
--env AKEYLESS_ACCESS_ID=p-xxxxx \
--env AKEYLESS_ACCESS_KEY=your-key \
--env AKEYLESS_ENVIRONMENT_PREFIX=/codex/my-app/local \
-- npx -y @akeyless-community/codex-mcpSee README for full setup.