MCP Setup
Use the Codex MCP registry as the configuration owner.
Procedure
- Inspect before changing:
codex mcp list, thencodex mcp get <name>when present. - Read
codex mcp add --helpfor the installed runtime before constructing a registration. - Prefer a hosted HTTPS MCP endpoint when the provider supports it; otherwise register the smallest stable local command.
- Reference secrets through environment variables. Never write raw credentials into a repository or print their values.
- Register only the server requested or required by a verified workflow.
- Verify with
codex mcp listand a narrow capability call when available. Registration alone does not prove authentication or tool health. - Use
codex mcp login,logout, orremoveonly for the named server and only within the operator's requested scope.
Boundary
This skill owns Codex MCP registration and health checks. Individual MCP-backed skills own how their tools are used. Plugin installation and app connector setup use their own owners.