mcp-setup

Configure MCP usage for Codex runtime environments via .mcp.json and environment variables.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/shaun0927/codex-superskills --skill mcp-setup-shaun0927
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-setup
Source: https://github.com/shaun0927/codex-superskills/tree/main/skills/mcp-setup
Command: npx skills add https://github.com/shaun0927/codex-superskills --skill mcp-setup-shaun0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure MCP usage for Codex runtime environments.

Core Features & Use Cases

  • Verify MCP bridge availability within a Codex runtime.
  • Configure project-level MCP entries via a .mcp.json file.
  • Enable optional API-key based providers through environment variables.

Quick Start

Run superskills setup --target codex, followed by superskills skills sync and superskills codex bridge-status --json to verify MCP readiness.

Frequently Asked Questions about mcp-setup

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

FAQPage Schema
How do I configure MCP for Codex runtime environments?

To configure MCP for Codex runtime environments, run superskills setup --target codex, sync your skills, and verify bridge availability using superskills codex bridge-status --json. This process establishes project-level MCP entries and optional API-key providers.

How do I verify MCP bridge availability in a Codex runtime?

Verify MCP bridge availability by running the superskills codex bridge-status --json command. This deterministic check returns a JSON output confirming whether the MCP bridge is active and ready to handle provider integrations within your environment.

Can I use a .mcp.json file for project-level MCP configuration?

Yes, you can use a .mcp.json file for project-level MCP configuration. This skill configures project-level MCP entries through the .mcp.json file, allowing you to define and manage provider integrations directly within your project structure.

Do I need environment variables to enable API-key based providers in MCP?

You need environment variables to enable optional API-key based providers in MCP. This skill integrates these providers through environment variables, ensuring that API keys are securely passed to the Codex runtime without hardcoding them into configuration files.

What is the best way to validate MCP configuration after setup?

The best way to validate MCP configuration is to run superskills skills sync followed by superskills codex bridge-status --json. These deterministic commands provide clear verification steps to ensure your MCP setup is correctly configured and ready.