Skip to content

Releases: akeyless-community/codex-akeyless-mcp

v1.0.0 — ARA-only MCP

Choose a tag to compare

@baraka-akeyless baraka-akeyless released this 13 Jul 08:12
69aefb1

What's Changed

New Contributors

Full Changelog: v0.2.0...v1.0.0

v0.2.0

Choose a tag to compare

@baraka-akeyless baraka-akeyless released this 02 Jul 05:36

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 injection
  • store_secret — migrate hardcoded secrets into Akeyless
  • write_env_reference — generate .env.example with akeyless:// references
  • scan_for_exposed_secrets — find hardcoded credentials in repos
  • create_environment / describe_environment

Runtime Authority (ARA) tools

  • list-secrets — list ARA-enabled dynamic/rotated secrets
  • query-db — secretless database queries via Akeyless Gateway
  • service-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-mcp

See README for full setup.