Delivers the JFrog skills and the JFrog MCP server to OpenAI Codex.
/plugin marketplace add jfrog/codex-plugin
/plugin install jfrog@codex-plugin
/reload-plugins
The plugin bundles the jfrog MCP server (.mcp.json). After
installing, do two things:
- Set your host. Find the install path with
codex plugin list(thejfrog@codex-pluginrow) and edit<PATH>/.mcp.json. Replace<JFROG_PLATFORM_URL>in theurlwith your full JFrog Platform host - e.g.mycompany.jfrog.io(or your self-hosted / custom domain). - Log in (OAuth). Run
codex mcp login jfrogand finish the browser sign-in.
Restart Codex; /mcp now lists jfrog with its tools.
jfrog- interact with the JFrog Platform (CLI, MCP, REST/GraphQL).jfrog-ai-catalog-skills- discover, install, manage, and publish agent skills from the JFrog AI Catalog viajf skillsand Agent Guard.jfrog-package-safety-and-download- package safety checks and Artifactory-routed downloads.
Skills are vendored from jfrog/jfrog-skills, pinned in scripts/sync-skills-vendor.json. Bump the pin and run npm run sync-skills to update. See VENDOR.md for the full picture.
npm test # unit tests for the validator
npm run validate # lint manifests + skill frontmatter