hve-setup

Verify and install Codex CLI and register the MCP server.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hve4638/hve-cc-marketplace --skill hve-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hve-setup
Source: https://github.com/hve4638/hve-cc-marketplace/tree/main/common/skills/hve-setup
Command: npx skills add https://github.com/hve4638/hve-cc-marketplace --skill hve-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the installation and configuration of Codex CLI and MCP server, eliminating manual setup steps and reducing setup errors across environments.

Core Features & Use Cases

  • Automated verification: Checks if Codex CLI is installed and its version.
  • Automated installation: Installs Codex CLI globally when missing.
  • MCP registration: Registers the Codex MCP server under user scope and reports status.
  • Use Case: New developer onboarding where a consistent dev environment is required with Codex CLI and MCP server in place.

Quick Start

Run this workflow to verify and set up Codex CLI and MCP server on your development workstation.

Frequently Asked Questions about hve-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Codex CLI installation and MCP server configuration?

Yes, you can set up the Codex MCP server under user scope by running an automated registration process that checks for the CLI, installs it if needed, and configures the server endpoint with a status report.

What do I need to install before setting up the Codex CLI dev environment?

To set up the Codex CLI dev environment you need npm installed and accessible, a reachable Codex CLI binary or the ability to download it, and the MCP server endpoint available for registration.

Does the Codex CLI setup process verify existing installations before installing?

Yes, the Codex CLI setup process verifies existing installations by checking if the binary is present and inspecting its version before deciding whether to proceed with a fresh global installation.

Why does automated MCP server registration matter for developer onboarding?

Automated MCP server registration matters for developer onboarding because it eliminates manual setup steps, reduces configuration errors across environments, and ensures a consistent local development setup.

Can I register the Codex MCP server locally without manual configuration steps?

Yes, you can register the Codex MCP server locally without manual steps by using an automated workflow that handles verification, installation, and user-scope registration while providing a concise status report.