Releases: akeyless-community/codex-akeyless-mcp
Releases · akeyless-community/codex-akeyless-mcp
Release list
v1.0.0 — ARA-only MCP
What's Changed
- ARA-only MCP v1.0.0 — align with Claude connector by @baraka-akeyless in #1
New Contributors
- @baraka-akeyless made their first contribution in #1
Full Changelog: v0.2.0...v1.0.0
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.